diff --git a/build.bat b/build.bat index 2d1b70b3..a3af9743 100644 --- a/build.bat +++ b/build.bat @@ -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 \ No newline at end of file diff --git a/clean.bat b/clean.bat index b9d0d0bc..ef2b8e2e 100644 --- a/clean.bat +++ b/clean.bat @@ -2,6 +2,5 @@ CD E:\Projects\DynamicMap\branches\fescen9 -DEL /Q *.rar DEL /Q *.class RMDIR /S /Q .\plugins \ No newline at end of file diff --git a/dist/DynamicMap.rar b/dist/DynamicMap.rar new file mode 100644 index 00000000..ad5247fb Binary files /dev/null and b/dist/DynamicMap.rar differ