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
|