-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathsync.json
More file actions
52 lines (52 loc) · 1.59 KB
/
sync.json
File metadata and controls
52 lines (52 loc) · 1.59 KB
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
{
"$schema": "./KoalaBox/res/sync.schema.json",
"variables": {
"project_name": "ScreamAPI",
"store_name": "Epic Games",
"store_sdk": "EOS SDK",
"store_sdk_full": "Epic Online Services Software Development Kit",
"sdk_dll_names": "`EOSSDK-Win32-Shipping.dll` or `EOSSDK-Win64-Shipping.dll`",
"sdk_dll_orig_names": "`EOSSDK-Win32-Shipping_o.dll` or `EOSSDK-Win64-Shipping_o.dll`",
"show_3rd_party_point": true,
"unlocker_dll_names": "`ScreamAPI32.dll` or `ScreamAPI64.dll`",
"config_filename": "ScreamAPI.config.json",
"github_repo_url": "https://github.com/acidicoala/ScreamAPI",
"forum_topic_url": "https://cs.rin.ru/forum/viewtopic.php?p=2161197#p2161197",
"dlc_database": "ScreamDB",
"dlc_database_url": "https://scream-db.web.app",
"json_schema_path": "./res/ScreamAPI.schema.json"
},
"tasks": [
{
"type": "text",
"template_file": "./KoalaBox/templates/.clang-tidy"
},
{
"type": "text",
"template_file": "./KoalaBox/templates/.gitattributes"
},
{
"type": "text",
"template_file": "./KoalaBox/templates/UNLICENSE.txt"
},
{
"type": "text",
"template_file": "./KoalaBox/templates/build.ps1"
},
{
"type": "text",
"template_file": "./KoalaBox/templates/README.txt",
"destination_dir": "./res/"
},
{
"type": "text",
"template_file": "./README.template.md",
"file_name": "README.md"
},
{
"type": "json",
"schema_file": "./res/ScreamAPI.schema.json",
"destination_file": "./res/{{ config_filename }}"
}
]
}