mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
7b2c20ac57
just to make it harder to accidentally release
10 lines
396 B
Batchfile
10 lines
396 B
Batchfile
::@ECHO OFF
|
|
|
|
SET WORKSHOPPATH="G:\SteamLibrary\steamapps\common\Arma 3\@epoch"
|
|
|
|
:: Workshop IDs:
|
|
:: EpochExperimental = 455221958
|
|
:: 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%
|