mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
Merge branch 'master' of git://github.com/spesmilo/electrum
This commit is contained in:
commit
e2225ce17e
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Comment=Lightweight Bitcoin Client
|
|||
Exec=electrum %u
|
||||
GenericName[en_US]=Electrum
|
||||
GenericName=Electrum
|
||||
Icon=/usr/share/app-install/icons/electrum.png
|
||||
Icon=electrum
|
||||
Name[en_US]=Electrum Bitcoin Wallet
|
||||
Name=Electrum Bitcoin Wallet
|
||||
Categories=Network;
|
||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ if platform.system() == 'Linux' or platform.system() == 'FreeBSD':
|
|||
usr_share = os.path.join(sys.prefix, "share")
|
||||
data_files += [
|
||||
(os.path.join(usr_share, 'applications/'), ['electrum.desktop']),
|
||||
(os.path.join(usr_share, 'app-install', 'icons/'), ['icons/electrum.png'])
|
||||
(os.path.join(usr_share, 'pixmaps/'), ['icons/electrum.png'])
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue