mirror of
https://github.com/Masquerade64/SuperSteamPacker.git
synced 2026-02-04 05:31:18 +01:00
8 lines
215 B
Batchfile
8 lines
215 B
Batchfile
::msbuild
|
|
cd bin\release
|
|
ilrepack /ndebug /xmldocs /noRepackRes /wildcards /parallel /out:..\SSP.exe SuperSteamPacker.exe *.dll
|
|
cd ..
|
|
rmdir /s /q release
|
|
ilstrip SSP.EXE SuperSteamPacker.exe
|
|
del ssp.exe
|
|
pause |