ForgePatch/forge/release.bat
LexManos 08195cfc03 Streamlined the Setup, Build and Package scripts:
On windows they no longer need the user to press enter every step
Moved version info out to version.txt, This will only effect the svn. If you update the version do it in version.txt not in ForgeHooks.java.
Introduced the build number into the version string.
Cleaned up some extra echos in scripts.
2012-01-25 07:00:31 +00:00

13 lines
124 B
Batchfile
Executable file

@cmd /C build.bat
@cd ..
@echo | cmd /C reobfuscate.bat
@set PATH=E:\cygwin\bin;%PATH%
@cd forge
@sh package.sh
pause