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