mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Try to fix missing resources.pri
This commit is contained in:
parent
5b989194c6
commit
df46f531b7
1 changed files with 4 additions and 2 deletions
|
@ -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 a new issue