From c52435ee375ad5aab348beeb35b5c35a8693f566 Mon Sep 17 00:00:00 2001 From: Tyfon <29051038+tyfon7@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:06:54 -0700 Subject: [PATCH] switch distro to use .zip instead of .7z --- UIFixes.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UIFixes.csproj b/UIFixes.csproj index 82ec897..e278938 100644 --- a/UIFixes.csproj +++ b/UIFixes.csproj @@ -93,8 +93,7 @@ xcopy /F /Y "$(TargetPath)" "$(ProjectDir)dist\BepInEx\plugins\" xcopy /F /Y /S "$(ProjectDir)dist\BepInEx" "$(ProjectDir)$(PathToSPT)\BepInEx" xcopy /F /Y /S "$(ProjectDir)dist\user" "$(ProjectDir)$(PathToSPT)\user" - 7z a -t7z $(TargetName.Replace(".", "-"))-$(Version).7z $(ProjectDir)dist\BepInEx $(ProjectDir)dist\user - move /Y $(TargetName.Replace(".", "-"))-$(Version).7z dist\ + 7z a -tzip dist\$(TargetName.Replace(".", "-"))-$(Version).zip $(ProjectDir)dist\BepInEx $(ProjectDir)dist\user )' />