Try to fix missing resources.pri

This commit is contained in:
Nicolas Werner 2024-04-06 03:43:49 +02:00
parent 5b989194c6
commit df46f531b7
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -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