-
Notifications
You must be signed in to change notification settings - Fork 45
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
<key>SelfUpdateEnabled</key>
<true/> | <false/>
<key>SelfUpdateFrequency</key>
<string>daily|weekly|monthly</string>
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