mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
added workshop.bat to easily update the workshop version
This commit is contained in:
parent
f3173c94fb
commit
75323dd8a3
13
addon.json
Normal file
13
addon.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"title" : "PAC3",
|
||||||
|
"type" : "tool",
|
||||||
|
"tags" : [ "fun", "roleplay" ],
|
||||||
|
"ignore" :
|
||||||
|
[
|
||||||
|
".gitignore",
|
||||||
|
".git*",
|
||||||
|
"*.txt",
|
||||||
|
"*.md",
|
||||||
|
"*.bat"
|
||||||
|
]
|
||||||
|
}
|
9
workshop.bat
Normal file
9
workshop.bat
Normal 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
|
Loading…
Reference in New Issue
Block a user