cd65b6fd13
setuptools will force a version to be 'normalized' which means that it removes the dash. This will probably cause some weirdness on the version numbers in the windows build; might have to re-work my patches on cx_freeze: https://bitbucket.org/jobevers/cx_freeze/commits/all
19 lines
413 B
Desktop File
19 lines
413 B
Desktop File
[Desktop Entry]
|
|
Version=0.7.6rc0
|
|
Name=LBRY
|
|
Comment=The world's first user-owned content marketplace
|
|
Icon=lbry
|
|
GenericName=Content Marketplace
|
|
Categories=Network;Internet;Filesharing
|
|
Terminal=false
|
|
Type=Application
|
|
|
|
MimeType=x-scheme-handler/lbry;
|
|
|
|
Exec=/usr/share/python/lbrynet/bin/lbry %U
|
|
|
|
Actions=StopDaemon;
|
|
|
|
[Desktop Action StopDaemon]
|
|
Name=Stop Daemon
|
|
Exec=/usr/share/python/lbrynet/bin/stop-lbrynet-daemon
|