From 779d5e9fae70a41b45f87d8339a5ae8ed7c807e1 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 25 Mar 2024 00:38:45 +0100 Subject: Try harder to make transparency for windows icon work --- .ci/windows/build.bat | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.ci') diff --git a/.ci/windows/build.bat b/.ci/windows/build.bat index fcd25bbc..3d4e8702 100644 --- a/.ci/windows/build.bat +++ b/.ci/windows/build.bat @@ -40,6 +40,10 @@ 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\nheko-44.png msix\nheko-44.png +copy .\resources\nheko-44.png msix\nheko-44.targetsize-44_altform-unplated.png +copy .\resources\nheko-150.png msix\nheko-150.png +copy .\resources\nheko-150.png msix\nheko-150.targetsize-150_altform-unplated.png copy .\resources\AppxManifest.xml msix del msix\vc_redist* ::sed -i "s/ Version=[^ ]*/ Version=\"%WINVERSION%\"/" msix\AppxManifest.xml -- cgit 1.4.1