mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue