Build script.

master
Icedream 2013-12-21 21:13:37 +01:00
parent e895aff152
commit 3a64efe6c9
1 changed files with 7 additions and 0 deletions

7
build.bat Normal file
View File

@ -0,0 +1,7 @@
@echo off
path %path%;%programfiles(x86)%\Steam\SteamApps\common\GarrysMod\bin
mkdir tmp
robocopy . tmp *.json *.lua *.wav *.mp3 *.jpg *.png *.txt /E /XD tmp /XF LICENSE.txt
gmad create -folder "tmp" -out "builds\disguiser_swep.gma"
rmdir /q /s tmp
pause