Epoch/Tools/Build/ClientReleaseTest.cmd

12 lines
482 B
Batchfile
Raw Normal View History

::@ECHO OFF
2017-04-09 22:08:06 +00:00
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:
2018-06-02 10:02:01 +00:00
:: EpochExperimental = 1399517607
:: Normal Epoch = 421839251
2018-06-02 10:02:01 +00:00
SET WORKSHOPID=1399517607
2017-04-09 22:08:06 +00:00
START "" /WAIT "%TOOLSPATH%\Publisher\PublisherCmd.exe" update /id:%WORKSHOPID% /changeNote:%CHANGELOG% /path:"%WORKSHOPPATH%"