91ab9d0e1b
Removed the MLProp special case, no longer needed as MLProp decompiles fine. Updated patches to work on all systems. Added warning and exit if the user does not say yes to the cleanup.
15 lines
154 B
Batchfile
Executable file
15 lines
154 B
Batchfile
Executable file
@cmd /C build.bat
|
|
|
|
if %ERRORLEVEL% NEQ 0 exit 1
|
|
|
|
@cd ..
|
|
|
|
@echo | cmd /C reobfuscate.bat
|
|
|
|
@set PATH=E:\cygwin\bin;%PATH%
|
|
|
|
@cd forge
|
|
|
|
@sh package.sh
|
|
|
|
pause
|