15 lines
539 B
Batchfile
15 lines
539 B
Batchfile
rmdir /s /q "bin\"
|
|
rmdir /s /q "source\bin\"
|
|
rmdir /s /q "source\obj\"
|
|
|
|
dotnet restore SuzuMagnifier.slnx
|
|
dotnet publish SuzuMagnifier.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\suzumagnifier.7z" ".\bin\suzumagnifier.exe" -mx9
|
|
|
|
rmdir /s /q "source\bin\"
|
|
rmdir /s /q "source\obj\"
|
|
|
|
REM PAUSE |