Nicolas Werner 2024-03-23 01:06:47 +01:00
parent 9656304e24
commit 6934c131d9
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

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