From 5b989194c67d4f7367052c1e1d997941f0d96aba Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 6 Apr 2024 00:45:23 +0200 Subject: [PATCH] Fix makepri parameters --- .ci/windows/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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