AMPTemplates/arma-reforgerupdates.json

26 lines
860 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
},
{
2023-07-17 09:36:30 +02:00
"UpdateStageName":"Server Template Config File Download",
2023-03-08 20:24:06 +01:00
"UpdateSourcePlatform":"All",
"UpdateSource":"FetchURL",
"UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/arma-reforgerserver.json",
2023-07-17 09:36:30 +02:00
"UpdateSourceArgs":"AMP_serverconfig.json",
"UpdateSourceTarget":"{{$FullRootDir}}",
"OverwriteExistingFiles":true
2023-03-08 20:24:06 +01:00
}
2023-07-17 09:36:30 +02:00
]