mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix makepri parameters
This commit is contained in:
parent
8ca908058e
commit
5b989194c6
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ 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 /dg EN-US
|
||||
makepri createconfig /cf msix\priconfig.xml /dq EN-US
|
||||
makepri new /pr msix /cf msix\priconfig.xml
|
||||
|
||||
:: Build the msix
|
||||
|
|
Loading…
Reference in a new issue