Skip to content

Self Update Function

Andrew Spokes edited this page Dec 22, 2025 · 2 revisions

App Auto-Patch can update to a newer version when one is detected on GitHub. This functionality can be configured via Managed Configuration Profile or Command Line Triggers

Managed Configuration

<key>SelfUpdateEnabled</key>
<true/> | <false/>

<key>SelfUpdateFrequency</key>
<string>daily|weekly|monthly</string>

Command Line Triggers

Force Self Update Check
This will trigger a one-time self-update check --force-self-update-check

Enabling and Disabling
[--self-update-enabled] [--self-update-disabled]

Frequency
--self-update-frequency=daily|weekly|monthly

Clone this wiki locally