Nicolas Werner 8 months ago
parent 9656304e24
commit 6934c131d9
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      .ci/windows/build.bat

@ -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…
Cancel
Save