mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-27 20:58:40 +01:00
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
@ -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
|
@ -2,6 +2,5 @@
|
||||
|
||||
CD E:\Projects\DynamicMap\branches\fescen9
|
||||
|
||||
DEL /Q *.rar
|
||||
DEL /Q *.class
|
||||
RMDIR /S /Q .\plugins
|
BIN
dist/DynamicMap.rar
vendored
Normal file
BIN
dist/DynamicMap.rar
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user