diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-04-05 22:42:39 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-04-05 22:42:39 +0200 |
commit | 1765fdcb41b69b023a926fcf9ab604f80a8ead32 (patch) | |
tree | b72c81c795036823accb06fc01035dfafbdc9343 /.ci | |
parent | Color conversion seems to be redundant before the sink (upload too, but remov... (diff) | |
download | nheko-1765fdcb41b69b023a926fcf9ab604f80a8ead32.tar.xz |
Another stab at using unplated icons on windows
This time also generate the pri files, whatever they are.
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/windows/build.bat | 5 |
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 |