Added Window icon also to MSYS icons.

This commit is contained in:
Patrick Lehmann
2022-11-30 00:45:10 +01:00
parent 6c0e90b968
commit e526218346

View File

@@ -162,12 +162,12 @@ jobs:
},
# Runtimes provided by MSYS2
"runtime": {
"msys": { "icon": "🟪", "name": "Windows+MSYS2 (x86-64) - MSYS" },
"mingw32": { "icon": "⬛", "name": "Windows+MSYS2 (x86-64) - MinGW32" },
"mingw64": { "icon": "🟦", "name": "Windows+MSYS2 (x86-64) - MinGW64" },
"clang32": { "icon": "🟫", "name": "Windows+MSYS2 (x86-64) - Clang32" },
"clang64": { "icon": "🟧", "name": "Windows+MSYS2 (x86-64) - Clang64" },
"ucrt64": { "icon": "🟨", "name": "Windows+MSYS2 (x86-64) - UCRT64" },
"msys": { "icon": "🪟🟪", "name": "Windows+MSYS2 (x86-64) - MSYS" },
"mingw32": { "icon": "🪟⬛", "name": "Windows+MSYS2 (x86-64) - MinGW32" },
"mingw64": { "icon": "🪟🟦", "name": "Windows+MSYS2 (x86-64) - MinGW64" },
"clang32": { "icon": "🪟🟫", "name": "Windows+MSYS2 (x86-64) - Clang32" },
"clang64": { "icon": "🪟🟧", "name": "Windows+MSYS2 (x86-64) - Clang64" },
"ucrt64": { "icon": "🪟🟨", "name": "Windows+MSYS2 (x86-64) - UCRT64" },
}
}