forked from IDI-Systems/acre2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
47 lines (46 loc) · 1.68 KB
/
manifest.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
{
"project_name": "ACRE",
"build": {
"addon_folder": "@acre2",
"key_name": "acre",
"prefix": "acre",
"pbo_name_prefix": "acre_",
"signature_blacklist": [],
"build_copy": [
{
"src": ""
}
]
},
"publish": {
"release": {
"destinations": [
{
"type": "steam",
"cred_file": "acre_release_steam.json",
"project_id": 522695873,
"release_dir": "P:\\idi\\acre\\release\\@acre2",
"release_text": "P:\\idi\\acre\\release\\@acre2\\README.md"
},
{
"type": "sftp",
"cred_file": "acre_release_sftp.json",
"hostname": "dev.idi-systems.com",
"local_path": "P:\\idi\\acre\\release\\acre2_{major}.{minor}.{patch}.{build}.zip",
"remote_path": "dev.idi-systems.com/release/acre2_{major}.{minor}.{patch}.{build}.zip"
},
{
"type": "github",
"account": "NouberNou/acre2",
"tag_name": "v{major}.{minor}.{patch}.{build}",
"branch": "rc-test",
"name": "v{major}.{minor}.{patch}.{build}",
"body_file": "P:\\idi\\acre\\release\\@acre2\\README.md",
"local_path": "P:\\idi\\acre\\release\\acre2_{major}.{minor}.{patch}.{build}.zip",
"asset_name": "acre2_{major}.{minor}.{patch}.{build}.zip",
"prerelease": false
}
]
}
}
}