Files
Gmod-PropHuntExtended/Workshop Package.bat
T
Michael Fabian 'Xaymar' Dirks 194b2c6553 Update build tools
2017-11-07 16:43:28 +01:00

6 lines
134 B
Batchfile

@ECHO OFF
SET "PWD=%~dp0"
CALL build-env.bat
"%TOOLPATH%\bin\gmad.exe" create -folder "%PWD%\Source" -out "%PWD%\Pack.gma"
PAUSE