tools: Simplify release tools

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2018-12-02 05:38:55 +01:00
parent 2ef4e82bbf
commit a2b2c33475
6 changed files with 24 additions and 16 deletions
+9 -3
View File
@@ -1,4 +1,10 @@
@ECHO OFF
call env.win.bat
"%GARRYSMODPATH%\bin\gmpublish.exe" update -id 1327985306 -icon "media\gamemode_workshop.jpg" -addon "proxy.gma" -changes ""
PAUSE
CALL "env.win.bat"
SET "GMANAME=%TMP%\prophuntproxy-%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%.gma"
PUSHD "%REPO%"
"%GARRYSMODPATH%\bin\gmad.exe" create -folder "%REPO%source" -out "%GMANAME%"
"%GARRYSMODPATH%\bin\gmpublish.exe" update -id 1327985306 -icon "media\rendered\gamemode_workshop.jpg" -addon "%GMANAME%" -changes "To be added (see Github in the mean time)"
POPD
PAUSE