forked from IDI-Systems/acre2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
98 lines (97 loc) · 4.38 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
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
90
91
92
93
94
95
96
97
98
{
"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": 751965892,
"release_dir": "P:\\idi\\acre\\release\\@acre2",
"steam_changelog": "Version {major}.{minor}.{patch}.{build} - See changelog on GitHub: https://github.com/IDI-Systems/acre2/releases"
},
{
"type": "steam",
"cred_file": "acre_release_steam.json",
"project_id": 1740990569,
"release_dir": "P:\\idi\\acre\\release\\@acre2\\optionals\\@acre_sys_gm",
"steam_changelog": "Version {major}.{minor}.{patch}.{build} - See changelog on GitHub: https://github.com/IDI-Systems/acre2/releases"
},
{
"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": "sftp",
"cred_file": "acre_release_sftp.json",
"hostname": "dev.idi-systems.com",
"local_path": "P:\\idi\\acre\\release\\acre2_{major}.{minor}.{patch}.{build}_symbols.zip",
"remote_path": "dev.idi-systems.com/symbols/acre2_{major}.{minor}.{patch}.{build}_symbols.zip"
},
{
"type": "github",
"cred_file": "acre_release_github.json",
"account": "IDI-Systems/acre2",
"tag_name": "v{major}.{minor}.{patch}.{build}",
"branch": "release-build",
"name": "ACRE2 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
}
]
},
"steam-test": {
"destinations": [
{
"type": "steam",
"cred_file": "test_acre_release_steam.json",
"project_id": 522695873,
"release_dir": "P:\\idi\\acre\\release\\@acre2",
"steam_changelog": "Version {major}.{minor}.{patch}.{build} - See changelog on GitHub: https://github.com/IDI-Systems/acre2/releases"
}
]
},
"development": {
"destinations": [
{
"type": "steam",
"cred_file": "acre_release_steam.json",
"project_id": 774084145,
"release_dir": "P:\\idi\\acre\\release\\@acre2",
"steam_changelog": "Version {major}.{minor}.{patch}.{build} - See changelog on GitHub: https://github.com/IDI-Systems/acre2/commits/master"
},
{
"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/dev/acre2_{major}.{minor}.{patch}.{build}.zip"
},
{
"type": "sftp",
"cred_file": "acre_release_sftp.json",
"hostname": "dev.idi-systems.com",
"local_path": "P:\\idi\\acre\\release\\acre2_{major}.{minor}.{patch}.{build}_symbols.zip",
"remote_path": "dev.idi-systems.com/symbols/acre2_{major}.{minor}.{patch}.{build}_symbols.zip"
}
]
}
}
}