diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-04-06 00:45:23 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-04-06 00:45:23 +0200 |
commit | 5b989194c67d4f7367052c1e1d997941f0d96aba (patch) | |
tree | 6f5511dedc96d8cda72186d6a36b9c208b4d9c77 /.ci | |
parent | Use makepri and makeappx from path (diff) | |
download | nheko-5b989194c67d4f7367052c1e1d997941f0d96aba.tar.xz |
Fix makepri parameters
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/windows/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/windows/build.bat b/.ci/windows/build.bat index 8de11072..304d4781 100644 --- a/.ci/windows/build.bat +++ b/.ci/windows/build.bat @@ -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 |