summary refs log tree commit diff
path: root/.ci/windows
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-04-05 23:53:32 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2024-04-05 23:53:32 +0200
commit8ca908058e95daf42615cabf4df2f6b22ee90453 (patch)
tree7dacd38be9fa38dc22ca5c1c130157c0bf6af417 /.ci/windows
parentFix lint (diff)
downloadnheko-8ca908058e95daf42615cabf4df2f6b22ee90453.tar.xz
Use makepri and makeappx from path
Diffstat (limited to '.ci/windows')
-rw-r--r--.ci/windows/build.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/.ci/windows/build.bat b/.ci/windows/build.bat

index 6a83d970..8de11072 100644 --- a/.ci/windows/build.bat +++ b/.ci/windows/build.bat
@@ -52,9 +52,9 @@ del msix\vc_redist* ::@PowerShell "Get-Content .\msix\AppxManifest.xml" :: Generate resource files to be able to use unplated icons -"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\makepri.exe" createconfig /cf msix\priconfig.xml /dg EN-US -"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\makepri.exe" new /pr msix /cf msix\priconfig.xml +makepri createconfig /cf msix\priconfig.xml /dg EN-US +makepri new /pr msix /cf msix\priconfig.xml :: Build the msix -"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\makeappx.exe" pack -d msix -p nheko.msix +makeappx pack -d msix -p nheko.msix