mirror of
https://github.com/ZionDevelopers/sui-scoreboard.git
synced 2025-03-04 03:03:11 -05:00
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 |