forked from ZionDevelopers/sui-scoreboard
5 lines
255 B
Batchfile
5 lines
255 B
Batchfile
@echo off
|
|
cd /d "V:\SteamLibrary\SteamApps\common\GarrysMod\bin"
|
|
gmad.exe create -folder "D:\Github\sui-scoreboard" -out "D:\Github\sui-scoreboard.gma"
|
|
gmpublish update -addon "D:\Github\sui-scoreboard.gma" -id "160121673" -changes "Change it later"
|
|
pause |