mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
10 lines
397 B
Batchfile
10 lines
397 B
Batchfile
::@ECHO OFF
|
|
|
|
SET WORKSHOPPATH="G:\SteamLibrary\steamapps\common\Arma 3\@epoch"
|
|
|
|
:: Workshop IDs:
|
|
:: EpochExperimental = 1399517607
|
|
:: Normal Epoch = 421839251
|
|
|
|
START "" /WAIT "F:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Publisher\PublisherCmd.exe" update /id:421839251 /changeNote:"See Changelogs: https://github.com/EpochModTeam/Epoch/tree/release/Changelogs" /path:%WORKSHOPPATH%
|