zotero / zotero-standalone-build

Zotero client build utility
https://www.zotero.org/support/dev/client_coding/building_the_standalone_client
Other
119 stars 98 forks source link

copy zotero.desktop when it is updated #68

Closed mr-c closed 2 years ago

mr-c commented 6 years ago

Related to https://github.com/zotero/zotero-standalone-build/issues/48

dstillman commented 6 years ago

zotero.desktop uses a relative path to start the executable, so the copied file wouldn't do anything. This script is just a workaround for the inability to use a relative path for icons in a desktop file like you can for executables.

We could consider making this script actually build a proper desktop file and install that, but that's not what it does now.