From 810b129f94579df50b3492d466642ef108d2b072 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 15 May 2026 22:56:32 +0100 Subject: [PATCH] Fixed 7zip location in build script --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 244bf0b..29f0b99 100644 --- a/build.bat +++ b/build.bat @@ -8,7 +8,7 @@ dotnet publish skye.sln -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfC "C:\B\Portable Files (dev)\Inno Setup\v6.0.4-2\app\ISCC.exe" "build-installer.iss" -"C:\B\Portable Files\7-Zip (Portable)\23.01\App\7-Zip64\7z.exe" a -t7z "bin\rokettolaunch.7z" ".\bin\rokettolaunch.exe" -mx9 +"C:\B\Portable Files\7-Zip (Portable)\25.01\App\7-Zip64\7z.exe" a -t7z "bin\rokettolaunch.7z" ".\bin\rokettolaunch.exe" -mx9 RMDIR /s /q "bin\debug" RMDIR /s /q "bin\release"