-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.json
More file actions
33 lines (33 loc) · 710 Bytes
/
config.json
File metadata and controls
33 lines (33 loc) · 710 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
26
27
28
29
30
31
32
33
{
"application": {
"id": 729429191489093702,
"manifests": [
{
"label": "Foxy Adventure/windows64",
"platforms": ["win64"],
"locales": [],
"local_root": "./builds/win64/",
"file_rules": {
"mappings": [
{
"local_path": ".",
"install_path": "."
}
]
},
"storage": {
"sync": false
},
"launch_options": [
{
"name": "Foxy Adventure/win64",
"executable": "FoxyAdventure.exe",
"arguments": [],
"platforms": ["win64"],
"working_dir": "./"
}
]
}
]
}
}