diff --git a/ArtifactBuild.cmd b/ArtifactBuild.cmd new file mode 100644 index 0000000..d61bdc5 --- /dev/null +++ b/ArtifactBuild.cmd @@ -0,0 +1,6 @@ +@echo off +pushd "%~dp0" +powershell Compress-7Zip "Bin\Release" -ArchiveFileName "UnityLauncherPro.zip" -Format Zip +:exit +popd +@echo on