-
Notifications
You must be signed in to change notification settings - Fork 0
/
launcher_config.json
29 lines (29 loc) · 1.02 KB
/
launcher_config.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
/**
• JSON configuration file for the Client Updater
• version The version of the client, represented as "major.minor.patch".
• replaceFolders Whether the updater should replace the client's current folders
• folders An array of objects representing the client's folders, each object has the key "name"
• clientFolder The name of the main client folder, represented as "Tibia"
NOTE: Set it to "false" or only "" to not use the client folder, so everything will be added to the main folder
• newClientUrl The URL where the new client version can be downloaded from
• executable The path to the client's executable file, represented as "bin/client.exe"
*/
{
"clientVersion": "13.21.13839",
"launcherVersion": "1.0",
"replaceFolders": true,
"replaceFolderName": [
{
"name": "assets"
},
{
"name": "storeimages"
},
{
"name": "bin"
}
],
"clientFolder": "PhoenixClient",
"newClientUrl" : "https://github.com/jacques-tony/phoenixlaucher/releases/download/1.0/PhoenixClient.zip",
"clientExecutable": "client.exe"
}