Skip to content

Commit

Permalink
Update ArtifactBuild.cmd #TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
unitycoder authored Feb 23, 2024
1 parent 2360412 commit 07b70ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArtifactBuild.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
pushd "%~dp0"
powershell Compress-7Zip "Bin\Release" -ArchiveFileName "UnityLauncherPro.zip" -Format Zip
powershell Compress-7Zip "UnityLauncherPro\bin\Release\UnityLauncherPro.exe" -ArchiveFileName "UnityLauncherPro.zip" -Format Zip
:exit
popd
@echo on

0 comments on commit 07b70ae

Please sign in to comment.