Skip to content

Commit 5efcae7

Browse files
authored
Create ArtifactBuild.cmd
1 parent d1c5814 commit 5efcae7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ArtifactBuild.cmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
pushd "%~dp0"
3+
powershell Compress-7Zip "Bin\Release" -ArchiveFileName "UnityLauncherPro.zip" -Format Zip
4+
:exit
5+
popd
6+
@echo on

0 commit comments

Comments
 (0)