Create builds/ folder if not existing.
parent
3a64efe6c9
commit
a3492505ac
|
@ -1,5 +1,6 @@
|
||||||
@echo off
|
@echo off
|
||||||
path %path%;%programfiles(x86)%\Steam\SteamApps\common\GarrysMod\bin
|
path %path%;%programfiles(x86)%\Steam\SteamApps\common\GarrysMod\bin
|
||||||
|
if not exist builds mkdir builds
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
robocopy . tmp *.json *.lua *.wav *.mp3 *.jpg *.png *.txt /E /XD tmp /XF LICENSE.txt
|
robocopy . tmp *.json *.lua *.wav *.mp3 *.jpg *.png *.txt /E /XD tmp /XF LICENSE.txt
|
||||||
gmad create -folder "tmp" -out "builds\disguiser_swep.gma"
|
gmad create -folder "tmp" -out "builds\disguiser_swep.gma"
|
||||||
|
|
Loading…
Reference in New Issue