mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
9 lines
187 B
Batchfile
9 lines
187 B
Batchfile
![]() |
set WORKSHOP_ID=104691717
|
||
|
|
||
|
cd /d "%~dp0"
|
||
|
cd ../../../bin/
|
||
|
|
||
|
gmad create -folder "%~dp0\" -out "%~dp0\..\__TEMP.gma"
|
||
|
gmpublish update -addon "%~dp0\..\__TEMP.gma" -id "%WORKSHOP_ID%"
|
||
|
|
||
|
pause
|