release/0.7.0 #5

Merged
Ray merged 2 commits from release/0.7.0 into master 2026-05-22 10:15:20 +00:00
Showing only changes of commit 556ea47167 - Show all commits

View File

@ -4,12 +4,12 @@ RMDIR /s /q "obj\"
MKDIR bin MKDIR bin
dotnet restore skye.sln dotnet restore skye.sln
dotnet build skye.sln -c Release -o ./bin/ #dotnet build skye.sln -c Release -o ./bin/
dotnet publish skye.sln -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\" dotnet publish skye.sln -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\"
"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\bukkubuddy.7z" ".\bin\bukkubuddy.exe" -mx9 "C:\B\Portable Files\7-Zip (Portable)\25.01\App\7-Zip64\7z.exe" a -t7z "bin\bukkubuddy.7z" ".\bin\bukkubuddy.exe" -mx9
RMDIR /s /q "bin\debug" RMDIR /s /q "bin\debug"
RMDIR /s /q "bin\release" RMDIR /s /q "bin\release"