mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
made the bat file delete the temp gma file when it's done
This commit is contained in:
parent
75323dd8a3
commit
4075102b7e
@ -5,5 +5,6 @@ cd ../../../bin/
|
|||||||
|
|
||||||
gmad create -folder "%~dp0\" -out "%~dp0\..\__TEMP.gma"
|
gmad create -folder "%~dp0\" -out "%~dp0\..\__TEMP.gma"
|
||||||
gmpublish update -addon "%~dp0\..\__TEMP.gma" -id "%WORKSHOP_ID%"
|
gmpublish update -addon "%~dp0\..\__TEMP.gma" -id "%WORKSHOP_ID%"
|
||||||
|
del %~dp0\..\__TEMP.gma
|
||||||
|
|
||||||
pause
|
pause
|
Loading…
Reference in New Issue
Block a user