made the bat file delete the temp gma file when it's done

This commit is contained in:
CapsAdmin 2013-08-17 13:45:03 +02:00
parent 75323dd8a3
commit 4075102b7e

View File

@ -5,5 +5,6 @@ cd ../../../bin/
gmad create -folder "%~dp0\" -out "%~dp0\..\__TEMP.gma"
gmpublish update -addon "%~dp0\..\__TEMP.gma" -id "%WORKSHOP_ID%"
del %~dp0\..\__TEMP.gma
pause