From 6934c131d97c6e0639235750b2ba824d25359e06 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 23 Mar 2024 01:06:47 +0100 Subject: [PATCH] Hopefully fix Windows icon background color See https://learn.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-manual-conversion#optional-add-target-based-unplated-assets --- .ci/windows/build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/windows/build.bat b/.ci/windows/build.bat index d74a2ea6..fcd25bbc 100644 --- a/.ci/windows/build.bat +++ b/.ci/windows/build.bat @@ -39,6 +39,7 @@ windeployqt --qmldir resources\qml\ NhekoRelease\nheko.exe mkdir msix xcopy .\NhekoRelease\*.* msix\*.* /s /e /c /y copy .\resources\nheko.png msix +copy .\resources\nheko.png msix\nheko_altform-unplated.png copy .\resources\AppxManifest.xml msix del msix\vc_redist* ::sed -i "s/ Version=[^ ]*/ Version=\"%WINVERSION%\"/" msix\AppxManifest.xml