Keep a copy of the latest distribution for users looking for a pre-compiled jar.

Updated build scripts to output rar file to dist folder.
This commit is contained in:
fescen9 2010-12-10 06:49:56 +00:00
parent dfbd69f64e
commit 70cb6a5a7f
3 changed files with 1 additions and 2 deletions

View file

@ -19,6 +19,6 @@ COPY .\web\*.* .\plugins\web
COPY .\web\tiles\*.* .\plugins\web\tiles
COPY .\web\up\*.* .\plugins\web\up
CALL "C:\Program Files\WinRAR\Rar.exe" a -m5 -ed -r DynamicMap.rar .\plugins\*.*
CALL "C:\Program Files\WinRAR\Rar.exe" a -m5 -ed -r .\dist\DynamicMap.rar .\plugins\*.*
PAUSE