summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-04-05 22:42:39 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2024-04-05 22:42:39 +0200
commit1765fdcb41b69b023a926fcf9ab604f80a8ead32 (patch)
treeb72c81c795036823accb06fc01035dfafbdc9343
parentColor conversion seems to be redundant before the sink (upload too, but remov... (diff)
downloadnheko-1765fdcb41b69b023a926fcf9ab604f80a8ead32.tar.xz
Another stab at using unplated icons on windows
This time also generate the pri files, whatever they are.
-rw-r--r--.ci/windows/build.bat5
1 files changed, 5 insertions, 0 deletions
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