This repository has been archived by the owner on Apr 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
GitHub package.json
Luke edited this page Jun 11, 2015
·
2 revisions
If your plugin resides in a GitHub repository you can use their release system and have TDSM automatically update from a ZIP file. This ZIP must contain a package.json in order for TDSM to know where to place the files.
- Array of instructions
- Array of plugin paths
- A non required string, by default ''
- This is used to separate relative paths in the file names
- The path of the file within the ZIP
- The target path relative to the TDSM exe
{
Instructions: [
{ PackageFileName: "Plugins\\tdsm.core.dll" },
{ PackageFileName: "Plugins\\tdsm.core.pdb" }
],
PluginsToLoad: [
"Plugins\\tdsm.core.dll"
]
}