Try to fix missing resources.pri
This commit is contained in:
parent
5b989194c6
commit
df46f531b7
@ -52,8 +52,10 @@ del msix\vc_redist*
|
||||
::@PowerShell "Get-Content .\msix\AppxManifest.xml"
|
||||
|
||||
:: Generate resource files to be able to use unplated icons
|
||||
makepri createconfig /cf msix\priconfig.xml /dq EN-US
|
||||
makepri new /pr msix /cf msix\priconfig.xml
|
||||
cd msix
|
||||
makepri createconfig /cf priconfig.xml /dq EN-US
|
||||
makepri new /pr . /cf priconfig.xml
|
||||
cd ..
|
||||
|
||||
:: Build the msix
|
||||
makeappx pack -d msix -p nheko.msix
|
||||
|
Loading…
Reference in New Issue
Block a user