Skip to content

Commit 31c8d7b

Browse files
committed
test dispatch config
1 parent 5620018 commit 31c8d7b

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

DiscordScripts/config.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"application": {
3+
"id": 389176180877688832,
4+
"manifests": [
5+
{
6+
"label": "test",
7+
"platforms": ["win32", "win64"],
8+
"locales": [],
9+
"local_root": "./",
10+
"file_rules": {
11+
"mappings": [
12+
{
13+
"local_path": ".",
14+
"install_path": "."
15+
}
16+
],
17+
"properties": [
18+
{
19+
"install_path": "luaui/config*",
20+
"attributes": ["user_data"]
21+
}
22+
],
23+
},
24+
"storage": {
25+
"sync": true,
26+
"roots": [
27+
{
28+
"id": "config",
29+
"paths": [
30+
{
31+
"path": "luaui/config"
32+
},
33+
{
34+
"path": "luaui/configs"
35+
}
36+
],
37+
"patterns": ["**/*"]
38+
}
39+
]
40+
},
41+
"launch_options": [
42+
{
43+
"name": "Zero-K",
44+
"executable": "Zero-K.exe",
45+
"arguments": [],
46+
"platforms": ["win32", "win64"],
47+
},
48+
{
49+
"name": "Zero-K",
50+
"executable": "./Zero-K_linux64.sh",
51+
"arguments": [],
52+
"platforms": ["linux"],
53+
}
54+
]
55+
}
56+
]
57+
}
58+
}

0 commit comments

Comments
 (0)