mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Use makepri and makeappx from path
This commit is contained in:
parent
b077596704
commit
8ca908058e
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@ del msix\vc_redist*
|
||||||
::@PowerShell "Get-Content .\msix\AppxManifest.xml"
|
::@PowerShell "Get-Content .\msix\AppxManifest.xml"
|
||||||
|
|
||||||
:: Generate resource files to be able to use unplated icons
|
:: 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
|
makepri 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 new /pr msix /cf msix\priconfig.xml
|
||||||
|
|
||||||
:: Build the msix
|
:: 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…
Reference in a new issue