Skip to content

Commit 07b70ae

Browse files
authored
Update ArtifactBuild.cmd #TEST
1 parent 2360412 commit 07b70ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArtifactBuild.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22
pushd "%~dp0"
3-
powershell Compress-7Zip "Bin\Release" -ArchiveFileName "UnityLauncherPro.zip" -Format Zip
3+
powershell Compress-7Zip "UnityLauncherPro\bin\Release\UnityLauncherPro.exe" -ArchiveFileName "UnityLauncherPro.zip" -Format Zip
44
:exit
55
popd
66
@echo on

0 commit comments

Comments
 (0)