Used for:
WARNING: Once your launcher is published, you should never change this value. If you need to do so, you must perform a migration process (currently undocumented, please contact PatchKit Support for assistance).
Path is relative to the launcher runtime package root directory.
Insert the secret of your launcher entry created on PatchKit Panel.
Learn more about this here.
When set to false
, the launcher will not process updates with the default procedure (in such cases, you need to implement the update procedure yourself in the launcher theme using the runtime API).
Determines whether launcher updates are required or optional in the default procedure.
Determines the configuration of dialog displayed when a launcher update is available in the default procedure (and the mode is set to optional
).
Title template for the dialog.
Message template for the dialog.
Determines the configuration of dialog displayed when a launcher update is available in the default procedure (and the mode is set to required
).
Title template for the dialog.
Message template for the dialog.
Determines the configuration of the launcher assets.
Insert the ID of your app catalog entry created on PatchKit Panel.
Learn more about this here.
Determines the configuration of default root directories for app main branches registered in the launcher.
Determines the configuration of default root directories for app secondary branches registered in the launcher.
If set to true
, only directories resolved with appMainBranchDefaultRootDir
and appSecondaryBranchDefaultRootDir
configurations are allowed as root directories for app branches registered in the launcher.
If set to true
, the launcher will not allow starting the quit task if any app branch process is running.
Determines the configuration of the launcher window.
Determines the configuration of the launcher agreements.
Optional
statsOptional
reportingDetermines the configuration of the launcher available languages.
Optional
protocolDetermines the configuration of the launcher protocol.
If not set, the protocol will not be registered by the launcher.
If set to true
, the launcher will automatically show the window when a protocol pending request is registered.
If set to true
, the launcher will automatically focus the window when a protocol pending request is registered.
Optional
trayDetermines the configuration of the launcher tray.
If not set, the tray will not be registered by the launcher.
Determines the configuration of dialog displayed when the launcher encounters an error while loading the theme.
Title template for the dialog.
Message template for the dialog.
Determines the configuration of dialog displayed when the launcher successfully collects the logs.
Title template for the dialog.
Message template for the dialog.
Available variables:
{logsZipFileInfoName}
- the name of the logs zip file{logsZipFileInfoPath}
- the path of the logs zip fileDetermines the configuration of dialog displayed when the launcher crashes.
Title template for the dialog.
Message template for the dialog.
Available variables:
{logsZipFileInfoName}
- the name of the logs zip file{logsZipFileInfoPath}
- the path of the logs zip file
WARNING: Once your launcher is published, you should never change this value. If you need to do so, you must perform a migration process (currently undocumented, please contact PatchKit Support for assistance).
Used for: