Website/docs/settings/update.md
Check for new program versions on GitHub when the application is launched.
Type: Boolean
Default: Enabled
This setting can be controlled by administrators using a system-wide policy. See System-Wide Policies for more information.
Policy Property: Update_CheckForUpdatesAtStartup
Values:
true - Force enable automatic update checks at startup for all usersfalse - Force disable automatic update checks at startup for all usersExample:
{
"Update_CheckForUpdatesAtStartup": false
}
:::note
The URL https://api.github.com/ must be reachable to check for updates.
:::
Check for pre-releases when checking for updates.
Type: Boolean
Default: Disabled
Enable experimental features that are not yet complete.
Type: Boolean
Default: Disabled
:::warning
These features may contain bugs, crash the application, or change until release.
:::