forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharma-reforgerupdates.json
More file actions
25 lines (25 loc) · 879 Bytes
/
Copy patharma-reforgerupdates.json
File metadata and controls
25 lines (25 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
{
"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 Template Config File Download",
"UpdateSourcePlatform": "All",
"UpdateSource": "FetchURL",
"UpdateSourceData": "https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/arma-reforgerserver1-5.json",
"UpdateSourceArgs": "AMP_serverconfig.json",
"UpdateSourceTarget": "{{$FullRootDir}}",
"OverwriteExistingFiles": true
}
]