Files
Gmod-PropHuntExtended/Workshop Package.bat
T

6 lines
134 B
Batchfile
Raw Normal View History

@ECHO OFF
2017-11-07 16:43:28 +01:00
SET "PWD=%~dp0"
CALL build-env.bat
2017-11-07 16:43:28 +01:00
"%TOOLPATH%\bin\gmad.exe" create -folder "%PWD%\Source" -out "%PWD%\Pack.gma"
PAUSE