Browse Source
Merge pull request #4166 from toxeus/master
electrum.desktop: improve user installation
3.2.x
ThomasV
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
electrum.desktop
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
[Desktop Entry] |
|
|
|
Comment=Lightweight Bitcoin Client |
|
|
|
Exec=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=electrum --testnet %u |
|
|
|
Exec=sh -c 'PATH="$HOME/.local/bin:$PATH" electrum --testnet %u' |
|
|
|
Name=Testnet mode |
|
|
|