summary refs log tree commit diff
path: root/.ci/windows/build.bat
diff options
context:
space:
mode:
Diffstat (limited to '.ci/windows/build.bat')
-rw-r--r--.ci/windows/build.bat6
1 files changed, 4 insertions, 2 deletions
diff --git a/.ci/windows/build.bat b/.ci/windows/build.bat
index 304d4781..a95db4fd 100644
--- a/.ci/windows/build.bat
+++ b/.ci/windows/build.bat
@@ -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