zotero/chrome/content
Dan Stillman 58c2e38ec2 Fix invalid integration plugin installations on macOS
If a Mac user first starts Zotero from the disk image, Zotero
shows an error telling them to install the app in Applications, but the
integration plugins will have already be registered in extensions.json
with paths to the temporary AppTranslocation directory. This meant that
the next time the user restarted their computer (or sooner), the AppTranslocation
directory would be cleared and the integration plugins would no longer
be loaded.

This deletes extensions.json if it contains an AppTranslocation path for
an extension when the app is started from the disk image, which should
prevent this going forward. For existing users experiencing this, it
also checks installed extensions at startup for AppTranslocation paths
and deletes extensions.json if any appear.
2020-03-20 16:18:02 -04:00
..
scaffold Update newWeb.js 2020-01-06 15:12:18 -05:00
zotero Fix invalid integration plugin installations on macOS 2020-03-20 16:18:02 -04:00
zotero-platform Fix missing bottom border of toolbar on Windows 2020-02-10 22:24:27 -05:00