Try harder to make transparency for windows icon work

This commit is contained in:
Nicolas Werner 2024-03-25 00:38:45 +01:00
parent 6934c131d9
commit 779d5e9fae
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
4 changed files with 6 additions and 2 deletions

View file

@ -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