Use makepri and makeappx from path

pull/1709/head
Nicolas Werner 8 months ago
parent b077596704
commit 8ca908058e
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 6
      .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

Loading…
Cancel
Save