We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2360412 commit 07b70aeCopy full SHA for 07b70ae
ArtifactBuild.cmd
@@ -1,6 +1,6 @@
1
@echo off
2
pushd "%~dp0"
3
-powershell Compress-7Zip "Bin\Release" -ArchiveFileName "UnityLauncherPro.zip" -Format Zip
+powershell Compress-7Zip "UnityLauncherPro\bin\Release\UnityLauncherPro.exe" -ArchiveFileName "UnityLauncherPro.zip" -Format Zip
4
:exit
5
popd
6
@echo on
0 commit comments