We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically install a desktop file /usr/share/applications on Linux when pip installing.
/usr/share/applications
The text was updated successfully, but these errors were encountered:
The scripts https://github.com/livMatS/dtool-lookup-gui/blob/master/maintenance/set_launcher_icon.sh and https://github.com/livMatS/dtool-lookup-gui/blob/master/maintenance/soft_link_launcher.sh do this (in the user's home, not system-wide, adapted from what I had seen in some Zotero release). If we want that to happen when pip-installing, then maybe just as done here, https://stackoverflow.com/questions/25284879/install-desktop-file-with-setup-py
Sorry, something went wrong.
Now that we have a Windows exe installer and a macos dmg, we could as well pack deb and rpm as well, looks easy with https://github.com/marketplace/actions/build-deb-action and https://github.com/marketplace/actions/build-rpm-action.
No branches or pull requests
Automatically install a desktop file
/usr/share/applications
on Linux when pip installing.The text was updated successfully, but these errors were encountered: