From 1765fdcb41b69b023a926fcf9ab604f80a8ead32 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 5 Apr 2024 22:42:39 +0200 Subject: Another stab at using unplated icons on windows This time also generate the pri files, whatever they are. --- .ci/windows/build.bat | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ci/windows/build.bat b/.ci/windows/build.bat index 3d4e8702..6a83d970 100644 --- a/.ci/windows/build.bat +++ b/.ci/windows/build.bat @@ -51,5 +51,10 @@ del msix\vc_redist* ::@PowerShell "Get-Content .\msix\AppxManifest.xml" +:: Generate resource files to be able to use unplated icons +"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\makepri.exe" createconfig /cf msix\priconfig.xml /dg EN-US +"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\makepri.exe" new /pr msix /cf msix\priconfig.xml + +:: Build the msix "C:\Program Files (x86)\Windows Kits\10\App Certification Kit\makeappx.exe" pack -d msix -p nheko.msix -- cgit v1.2.3