AMPTemplates/arma-reforgerupdates.json

25 lines
849 B
JSON
Raw Normal View History

2023-03-08 20:24:06 +01:00
[
{
"UpdateStageName":"SteamCMD Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"SteamCMD",
"UpdateSourceData":"1874900",
"UpdateSourceArgs":"1874880"
},
{
"UpdateStageName":"Create Configs Directory",
"UpdateSourcePlatform":"All",
"UpdateSource":"CreateDirectory",
"UpdateSourceArgs":"{{$FullBaseDir}}Configs",
"OverwriteExistingFiles":false
},
{
"UpdateStageName":"Server Config File Download",
"UpdateSourcePlatform":"All",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/arma-reforgerserver.json",
"UpdateSourceArgs":"server.json",
"UpdateSourceTarget":"{{$FullBaseDir}}Configs/",
"OverwriteExistingFiles":false
}
]