15 lines
523 B
Batchfile
15 lines
523 B
Batchfile
rmdir /s /q "bin\"
|
|
rmdir /s /q "source\bin\"
|
|
rmdir /s /q "source\obj\"
|
|
|
|
dotnet restore BukkuBuddy.slnx
|
|
dotnet publish BukkuBuddy.slnx -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\7-Zip (Portable)\26.02\App\7-Zip64\7z.exe" a -t7z "bin\bukkubuddy.7z" ".\bin\bukkubuddy.exe" -mx9
|
|
|
|
rmdir /s /q "source\bin\"
|
|
rmdir /s /q "source\obj\"
|
|
|
|
PAUSE |