Epoch/Tools/Build/ClientReleaseTest.cmd
2018-06-02 05:02:01 -05:00

12 lines
482 B
Batchfile

::@ECHO OFF
SET TOOLSPATH=F:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools
SET WORKSHOPPATH=G:\SteamLibrary\steamapps\common\Arma 3\@epoch
SET CHANGELOG="See Changelogs: https://github.com/EpochModTeam/Epoch/tree/experimental/Changelogs"
:: Workshop IDs:
:: EpochExperimental = 1399517607
:: Normal Epoch = 421839251
SET WORKSHOPID=1399517607
START "" /WAIT "%TOOLSPATH%\Publisher\PublisherCmd.exe" update /id:%WORKSHOPID% /changeNote:%CHANGELOG% /path:"%WORKSHOPPATH%"