mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 04:45:16 +00:00
Add testnet mode to .desktop file
Easy way to start testnet version from linux DE
This commit is contained in:
parent
afa4cbfcbb
commit
9eb04fac1a
1 changed files with 4 additions and 0 deletions
|
@ -14,4 +14,8 @@ StartupNotify=false
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
MimeType=x-scheme-handler/bitcoin;
|
MimeType=x-scheme-handler/bitcoin;
|
||||||
|
Actions=Testnet;
|
||||||
|
|
||||||
|
[Desktop Action Testnet]
|
||||||
|
Exec=electrum --testnet %u
|
||||||
|
Name=Testnet mode
|
||||||
|
|
Loading…
Add table
Reference in a new issue