mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Another stab at using unplated icons on windows
This time also generate the pri files, whatever they are.
This commit is contained in:
parent
a415b39bf9
commit
1765fdcb41
1 changed files with 5 additions and 0 deletions
|
@ -51,5 +51,10 @@ 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
|
||||||
|
"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
|
||||||
|
|
||||||
|
:: Build the msix
|
||||||
"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\makeappx.exe" pack -d msix -p nheko.msix
|
"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\makeappx.exe" pack -d msix -p nheko.msix
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue