From e52621834639b1759d524e95e8a14a911110a942 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 30 Nov 2022 00:45:10 +0100 Subject: [PATCH] Added Window icon also to MSYS icons. --- .github/workflows/Parameters.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index 0f2a647..081cbae 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -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" }, } }