summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-03-23 01:06:47 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2024-03-23 01:07:17 +0100
commit6934c131d97c6e0639235750b2ba824d25359e06 (patch)
tree39dd2ed4184eb2b9533895dce85a9ba022dbf279
parent9656304e24a9fe0a3df13211c87e9cd91713d8ca (diff)
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
-rw-r--r--.ci/windows/build.bat1
1 files changed, 1 insertions, 0 deletions
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