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
|