This commit is contained in:
Adam Coggeshall 2015-04-04 12:06:09 -06:00
parent f27559f233
commit 51c788a7c5
2 changed files with 1 additions and 11 deletions

View File

@ -2,6 +2,7 @@
"title" : "Workshop Download Script",
"type" : "tool",
"tags" : [],
"workshopid": 309020990,
"ignore" :
[
".git*",

View File

@ -1,11 +0,0 @@
@echo off
set WSID=309020990
echo Please Confirm. Is everything ready?
pause
"../../../bin/gmad" create -folder . -out packaged.gma
"../../../bin/gmpublish" update -addon packaged.gma -id %WSID%
del packaged.gma
pause