mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Added Window icon also to MSYS icons.
This commit is contained in:
12
.github/workflows/Parameters.yml
vendored
12
.github/workflows/Parameters.yml
vendored
@@ -162,12 +162,12 @@ jobs:
|
|||||||
},
|
},
|
||||||
# Runtimes provided by MSYS2
|
# Runtimes provided by MSYS2
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"msys": { "icon": "🟪", "name": "Windows+MSYS2 (x86-64) - MSYS" },
|
"msys": { "icon": "🪟🟪", "name": "Windows+MSYS2 (x86-64) - MSYS" },
|
||||||
"mingw32": { "icon": "⬛", "name": "Windows+MSYS2 (x86-64) - MinGW32" },
|
"mingw32": { "icon": "🪟⬛", "name": "Windows+MSYS2 (x86-64) - MinGW32" },
|
||||||
"mingw64": { "icon": "🟦", "name": "Windows+MSYS2 (x86-64) - MinGW64" },
|
"mingw64": { "icon": "🪟🟦", "name": "Windows+MSYS2 (x86-64) - MinGW64" },
|
||||||
"clang32": { "icon": "🟫", "name": "Windows+MSYS2 (x86-64) - Clang32" },
|
"clang32": { "icon": "🪟🟫", "name": "Windows+MSYS2 (x86-64) - Clang32" },
|
||||||
"clang64": { "icon": "🟧", "name": "Windows+MSYS2 (x86-64) - Clang64" },
|
"clang64": { "icon": "🪟🟧", "name": "Windows+MSYS2 (x86-64) - Clang64" },
|
||||||
"ucrt64": { "icon": "🟨", "name": "Windows+MSYS2 (x86-64) - UCRT64" },
|
"ucrt64": { "icon": "🪟🟨", "name": "Windows+MSYS2 (x86-64) - UCRT64" },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user