firstlookmedia / gpgsync

:lock: GPG Sync is designed to let users always have up-to-date public keys for other members of their organization
GNU General Public License v3.0
345 stars 27 forks source link

Windows installer should offer to run when installation is complete #180

Open micahflee opened 5 years ago

micahflee commented 5 years ago

After fixing #169, GPG Sync will exit during an upgrade. So when the upgrade is complete, there should be a checkbox that says something like, "Open GPG Sync", which automatically opens it again when the upgrade is complete.

Here's some info on how that could maybe work: https://stackoverflow.com/questions/13665758/nsis-run-program-on-finish-only-if-installed

But it looks like it requires switching to NSIS Modern UI, which will be a project, but will also make the installer nicer: https://nsis.sourceforge.io/Docs/Modern%20UI%202/Readme.html