mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-03 18:53:01 -05:00
10 lines
211 B
Batchfile
10 lines
211 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%"
|
|
del %~dp0\..\__TEMP.gma
|
|
|
|
pause |