From 5efcae7cfa38b79c8f344a01ac026f5259eb7b5a Mon Sep 17 00:00:00 2001 From: mika Date: Fri, 23 Feb 2024 22:12:38 +0200 Subject: [PATCH] Create ArtifactBuild.cmd --- ArtifactBuild.cmd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ArtifactBuild.cmd 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