This repository was archived by the owner on Jul 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
AppConfig syntax
iAmGhost edited this page Feb 15, 2012
·
7 revisions
Here is content of sample AppConfig file:
<?xml version="1.0"?>
<AppConfig internalName="SuperMeatBoySteam">
<title>Super Meat Boy (Steam)</title>
<author>iAmGhost</author>
<entries>
<entry os="Windows" process="SuperMeatBoy.exe">
<dir dropboxPath="/">%Steam%/steamapps/common/super meat boy/UserData</dir>
</entry>
<entry os="Mac" process="SuperMeatBoy.app">
<dir dropboxPath="/">%Steam%/SteamApps/common/super meat boy/SuperMeatBoy.app/Contents/MacOS/UserData</dir>
</entry>
</entries>
</AppConfig>Start of AppConfig content.
- internalName: AppConfig's internal name, will used for zip file's name.
User-friendly name of AppConfig, Sync Manager's list and Tooltips will use this value.
- None.
It was supposed to display AppConfig's author but not yet implemented.
- None.
Start of entries.
- None.
Start of entry, entry is separator of sync options.
Note that AppConfig can't have multiple entries per platform.
- os: Specify platform that will use inner sync options. use Windows/Mac.
- process: When this process is terminated Kurum will start to sync.
Sync an directory/file. Directory will be synced recursively.
You can use Variables here.
- dropboxPath: Set target directory in zip file. For example, change dropboxPath from example to /UserData will store User