#Updater frequency?

2 messages · Page 1 of 1 (latest)

atomic jackal
#

I am currently working on fine tuning the updater part of my application and wasn't sure how often the built-in updater logic runs to make sure I have my code right. Does it run on a fixed frequency, or can I trigger an update otherwise (like closing/reopening)? I am following a similar setup to Padlock with a bundled JSON file in my latest release, which seems to be working, but I haven't noticed an update be triggered yet.

sweet thistle
#

if the default dialog is enabled it will automatically check for updates on app start, and only then.
the checkUpdate function in js should always work, even with the default dialog so you can trigger it whenever you want