diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-23 01:06:47 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-23 01:07:17 +0100 |
commit | 6934c131d97c6e0639235750b2ba824d25359e06 (patch) | |
tree | 39dd2ed4184eb2b9533895dce85a9ba022dbf279 /.ci | |
parent | Remove attributes on del tags (diff) | |
download | nheko-6934c131d97c6e0639235750b2ba824d25359e06.tar.xz |
Hopefully fix Windows icon background color
See https://learn.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-manual-conversion#optional-add-target-based-unplated-assets
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/windows/build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/windows/build.bat b/.ci/windows/build.bat index d74a2ea6..fcd25bbc 100644 --- a/.ci/windows/build.bat +++ b/.ci/windows/build.bat @@ -39,6 +39,7 @@ windeployqt --qmldir resources\qml\ NhekoRelease\nheko.exe mkdir msix xcopy .\NhekoRelease\*.* msix\*.* /s /e /c /y copy .\resources\nheko.png msix +copy .\resources\nheko.png msix\nheko_altform-unplated.png copy .\resources\AppxManifest.xml msix del msix\vc_redist* ::sed -i "s/ Version=[^ ]*/ Version=\"%WINVERSION%\"/" msix\AppxManifest.xml |