-
Notifications
You must be signed in to change notification settings - Fork 1
Adding App Data
Bernt Andreas Eide edited this page Mar 28, 2019
·
2 revisions
"AppData"
{
"Version" "1.0.0.0"
"Maintenance" "Currently Offline!"
"UpdateURL" "http://mysite.net/content/DeadBreadLauncher.rar"
}
- Maintenance: When this is non-empty, no one will be able to launch DeadBread, this message will be displayed and the program shuts down, you might want to use this in case you discover something nasty in the code, or perhaps you're doing some major overhaul and you don't want the clients to fetch bad results...
Save your script and upload it to your webserver, in order to load your file in the application you need to make sure that the manifest.txt file loads the file you uploaded to your webserver, the manifest file is located under BaseLauncher/config/manifest.txt
Example: "AppDataURL" "http://www.blabla.com/DeadBread/AppData.txt"