Compare commits

..

2 Commits

Author SHA1 Message Date
Ray
810b129f94 Fixed 7zip location in build script 2026-05-15 22:56:32 +01:00
Ray
5587ec2f00 Merge pull request 'release/0.4.1.0217' (#4) from release/0.4.1.0217 into master
Reviewed-on: #4
2026-05-15 21:40:08 +00:00

View File

@ -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 (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\debug"
RMDIR /s /q "bin\release" RMDIR /s /q "bin\release"