Browse Source

linux launcher madness

see #4300
3.3.3.1
SomberNight 6 years ago
parent
commit
b37695f9c8
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 4
      electrum.desktop

4
electrum.desktop

@ -3,7 +3,7 @@
[Desktop Entry]
Comment=Lightweight Bitcoin Client
Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\" electrum %u"
Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum %u"
GenericName[en_US]=Bitcoin Wallet
GenericName=Bitcoin Wallet
Icon=electrum
@ -17,5 +17,5 @@ MimeType=x-scheme-handler/bitcoin;
Actions=Testnet;
[Desktop Action Testnet]
Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\" electrum --testnet %u"
Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum --testnet %u"
Name=Testnet mode

Loading…
Cancel
Save