|
Just FYI if you are running upgrades on macOS and windows, they can be fully automated you dont need the user to perform manual steps. Google how to use msiexec to automate msi installation and for macOS you can use hdiutil and ditto to automate copying. See the update-on-ox script in calibre for an example.
Similarly on Linux you can prompt the user for their sudo password and then pipe it in to STDIN to automate. Of course Linux is a total mess of custom setups some people may not use sudo preferring an alternative, others may have setup passwordless sudo and so on and so forth.
|