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

macOS packaging installs app in wrong place #165

Closed micahflee closed 5 years ago

micahflee commented 5 years ago

The last GPG Sync released added a preinstall and postinstall script to that gets run during the .pkg install, however it also appears to install GPG Sync.app in / instead of /Applications, and also adds /GPGSync.pkg and /gpgsync, artifacts left from the build process, in /.

Oops. This is a high priority issue to fix. I think the new pre-install script should delete the unnecessary files, if they exist.