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
This commit is contained in:
parent
9656304e24
commit
6934c131d9
@ -39,6 +39,7 @@ windeployqt --qmldir resources\qml\ NhekoRelease\nheko.exe
|
|||||||
mkdir msix
|
mkdir msix
|
||||||
xcopy .\NhekoRelease\*.* msix\*.* /s /e /c /y
|
xcopy .\NhekoRelease\*.* msix\*.* /s /e /c /y
|
||||||
copy .\resources\nheko.png msix
|
copy .\resources\nheko.png msix
|
||||||
|
copy .\resources\nheko.png msix\nheko_altform-unplated.png
|
||||||
copy .\resources\AppxManifest.xml msix
|
copy .\resources\AppxManifest.xml msix
|
||||||
del msix\vc_redist*
|
del msix\vc_redist*
|
||||||
::sed -i "s/ Version=[^ ]*/ Version=\"%WINVERSION%\"/" msix\AppxManifest.xml
|
::sed -i "s/ Version=[^ ]*/ Version=\"%WINVERSION%\"/" msix\AppxManifest.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user