added workshop.bat to easily update the workshop version

This commit is contained in:
CapsAdmin 2013-08-17 13:43:05 +02:00
parent f3173c94fb
commit 75323dd8a3
2 changed files with 22 additions and 0 deletions

13
addon.json Normal file
View File

@ -0,0 +1,13 @@
{
"title" : "PAC3",
"type" : "tool",
"tags" : [ "fun", "roleplay" ],
"ignore" :
[
".gitignore",
".git*",
"*.txt",
"*.md",
"*.bat"
]
}

9
workshop.bat Normal file
View File

@ -0,0 +1,9 @@
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