Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Add small shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak committed Jul 9, 2018
1 parent 9e83237 commit 0c164c8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Tools/package_build.bat
@@ -0,0 +1,21 @@
@echo off

if not defined MAFIAUNITY_BUILD_DIR (
echo MAFIAUNITY_BUILD_DIR has to be defined!
exit
)

echo Copying Base mod to the game directory...

mkdir %MAFIAUNITY_BUILD_DIR%\Mods

xcopy /e/y ..\Mods\MafiaBase %MAFIAUNITY_BUILD_DIR%\Mods\MafiaBase\

echo Copying other metadata...

xcopy /e/y ..\Docs %MAFIAUNITY_BUILD_DIR%\Docs\

xcopy /y ..\LICENSE %MAFIAUNITY_BUILD_DIR%\
xcopy /y ..\NOTICE %MAFIAUNITY_BUILD_DIR%\
xcopy /y ..\AUTHORS.md %MAFIAUNITY_BUILD_DIR%\
xcopy /y ..\README.md %MAFIAUNITY_BUILD_DIR%\

0 comments on commit 0c164c8

Please sign in to comment.