From 07b70ae6001824dc568b7fe9c165018a1487f0d9 Mon Sep 17 00:00:00 2001 From: mika Date: Fri, 23 Feb 2024 22:39:49 +0200 Subject: [PATCH] Update ArtifactBuild.cmd #TEST --- ArtifactBuild.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArtifactBuild.cmd b/ArtifactBuild.cmd index d61bdc5..83c8d11 100644 --- a/ArtifactBuild.cmd +++ b/ArtifactBuild.cmd @@ -1,6 +1,6 @@ @echo off pushd "%~dp0" -powershell Compress-7Zip "Bin\Release" -ArchiveFileName "UnityLauncherPro.zip" -Format Zip +powershell Compress-7Zip "UnityLauncherPro\bin\Release\UnityLauncherPro.exe" -ArchiveFileName "UnityLauncherPro.zip" -Format Zip :exit popd @echo on