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:
parent
dfbd69f64e
commit
70cb6a5a7f
3 changed files with 1 additions and 2 deletions
|
|
@ -19,6 +19,6 @@ COPY .\web\*.* .\plugins\web
|
||||||
COPY .\web\tiles\*.* .\plugins\web\tiles
|
COPY .\web\tiles\*.* .\plugins\web\tiles
|
||||||
COPY .\web\up\*.* .\plugins\web\up
|
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
|
PAUSE
|
||||||
|
|
@ -2,6 +2,5 @@
|
||||||
|
|
||||||
CD E:\Projects\DynamicMap\branches\fescen9
|
CD E:\Projects\DynamicMap\branches\fescen9
|
||||||
|
|
||||||
DEL /Q *.rar
|
|
||||||
DEL /Q *.class
|
DEL /Q *.class
|
||||||
RMDIR /S /Q .\plugins
|
RMDIR /S /Q .\plugins
|
||||||
BIN
dist/DynamicMap.rar
vendored
Normal file
BIN
dist/DynamicMap.rar
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue