Try to fix missing resources.pri

pull/1709/head
Nicolas Werner 8 months ago
parent 5b989194c6
commit df46f531b7
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 6
      .ci/windows/build.bat

@ -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…
Cancel
Save