We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c5814 commit 5efcae7Copy full SHA for 5efcae7
ArtifactBuild.cmd
@@ -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