mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 15:27:14 +03:00
1. `io.edcd.EDMarketConnector.desktop` based on the flathub one, but with reference to v1.5 of the spec (linked in a file comment). 2. As the Icon is specified using `io.edcd.EDMarketConnector`, not only `EDMarketConnector`, renamed the .png file and updated the single code reference to it.
14 lines
406 B
Desktop File
14 lines
406 B
Desktop File
#!/usr/bin/env xdg-open
|
|
[Desktop Entry]
|
|
Type=Application
|
|
# Ref: <https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.5.html>
|
|
Version=1.5
|
|
Name=E:D Market Connector
|
|
Comment=Utilise Elite Dangerous Journal and CAPI data
|
|
Icon=io.edcd.EDMarketConnector
|
|
Categories=Game;
|
|
Keywords=Elite;Dangerous;EDDN;EDSM;EDDB;Inara;Spansh;
|
|
Exec=edmarketconnector
|
|
Terminal=false
|
|
SingleMainWindow=true
|