-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
89 lines (88 loc) · 2.47 KB
/
config.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"title": "Test-Title",
"setups": [
{
"package": {
"id": "test",
"display": "Test"
},
"config_url": "https://raw.githubusercontent.com/gajop/test-repo/master/dist_cfg/config.json",
"downloads": {
"games": [
"chobby:test"
],
"resources": [
{
"url": "https://springrts.com/dl/buildbot/default/maintenance/104.0.1-1553-gd3c0012/win32/spring_%7bmaintenance%7d104.0.1-1553-gd3c0012_win32-minimal-portable.7z",
"destination": "engine/104.0.1-1553-gd3c0012 maintenance",
"extract": true
}
]
},
"no_start_script": true,
"launch": {
"start_args": [
"--menu",
"rapid://chobby:test"
],
"engine": "104.0.1-1553-gd3c0012 maintenance"
}
},
{
"package": {
"id": "test-non-silent",
"display": "Test(Non-Silent)"
},
"config_url": "https://raw.githubusercontent.com/gajop/test-repo/master/dist_cfg/config.json",
"silent": false,
"downloads": {
"games": [
"chobby:test"
],
"resources": [
{
"url": "https://springrts.com/dl/buildbot/default/maintenance/104.0.1-1553-gd3c0012/win32/spring_%7bmaintenance%7d104.0.1-1553-gd3c0012_win32-minimal-portable.7z",
"destination": "engine/104.0.1-1553-gd3c0012 maintenance",
"extract": true
}
]
},
"no_start_script": true,
"launch": {
"start_args": [
"--menu",
"rapid://chobby:test"
],
"engine": "104.0.1-1553-gd3c0012 maintenance"
}
},
{
"package": {
"id": "test-portable",
"display": "Test-Portable",
"portable": false,
"PORTABLE_TEMPORARY_DISABLED": "disabled until github CI gets fixed"
},
"downloads": {
"games": [
"chobby:test"
],
"resources": [
{
"url": "https://springrts.com/dl/buildbot/default/maintenance/104.0.1-1553-gd3c0012/win32/spring_%7bmaintenance%7d104.0.1-1553-gd3c0012_win32-minimal-portable.7z",
"destination": "engine/104.0.1-1553-gd3c0012 maintenance",
"extract": true
}
]
},
"no_start_script": true,
"launch": {
"start_args": [
"--menu",
"rapid://chobby:test"
],
"engine": "104.0.1-1553-gd3c0012 maintenance"
}
}
]
}