diff --git a/.ci/windows/build.bat b/.ci/windows/build.bat index fcd25bbc..3d4e8702 100644 --- a/.ci/windows/build.bat +++ b/.ci/windows/build.bat @@ -40,6 +40,10 @@ 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\nheko-44.png msix\nheko-44.png +copy .\resources\nheko-44.png msix\nheko-44.targetsize-44_altform-unplated.png +copy .\resources\nheko-150.png msix\nheko-150.png +copy .\resources\nheko-150.png msix\nheko-150.targetsize-150_altform-unplated.png copy .\resources\AppxManifest.xml msix del msix\vc_redist* ::sed -i "s/ Version=[^ ]*/ Version=\"%WINVERSION%\"/" msix\AppxManifest.xml diff --git a/resources/AppxManifest.xml b/resources/AppxManifest.xml index 978fda8c..9f933604 100644 --- a/resources/AppxManifest.xml +++ b/resources/AppxManifest.xml @@ -25,8 +25,8 @@ - + diff --git a/resources/nheko-150.png b/resources/nheko-150.png new file mode 100644 index 00000000..9afbafbc Binary files /dev/null and b/resources/nheko-150.png differ diff --git a/resources/nheko-44.png b/resources/nheko-44.png new file mode 100644 index 00000000..74f7952a Binary files /dev/null and b/resources/nheko-44.png differ