Refactor UpdaterCheckerTask
Update checking/downloading/installing can now be configured precisely and more intuitive in the config.
This commit is contained in:
parent
1fde72e522
commit
b46f6fbb1f
18 changed files with 395 additions and 302 deletions
|
|
@ -1,5 +1,7 @@
|
|||
settings:
|
||||
check-updates: true
|
||||
check-updates-boot: true
|
||||
check-updates-login: false
|
||||
download-updates: false
|
||||
download-at-startup-and-update: false
|
||||
download-updates-boot: false
|
||||
download-updates-login: false
|
||||
install-updates-boot: false
|
||||
install-updates-login: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue