nefarius / vicius

Nefarius' nŏvīcĭus universal software updater agent for Windows.
https://docs.nefarius.at/projects/Vicius
BSD 3-Clause "New" or "Revised" License
38 stars 3 forks source link

Implement `--silent-update` CLI switch #15

Open nefarius opened 6 months ago

nefarius commented 6 months ago

The purpose of the --silent-update would be to:


This is a bit more work since the update workflow currently is tailored towards the intermediate mode UI loop.

Need to abstract and modularize the main update logic to allow both UI and completely silent updates.