mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-07 02:59:53 +00:00
parent
ffe69cb328
commit
76dfc2d3b8
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Comment=Lightweight Bitcoin Client
|
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[en_US]=Bitcoin Wallet
|
||||||
GenericName=Bitcoin Wallet
|
GenericName=Bitcoin Wallet
|
||||||
Icon=electrum
|
Icon=electrum
|
||||||
|
@ -17,5 +17,5 @@ MimeType=x-scheme-handler/bitcoin;
|
||||||
Actions=Testnet;
|
Actions=Testnet;
|
||||||
|
|
||||||
[Desktop Action 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
|
Name=Testnet mode
|
||||||
|
|
Loading…
Add table
Reference in a new issue