mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Icon location fix. Fixes #1111
This commit is contained in:
parent
cf0fcac9fa
commit
768fe3c03a
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Comment=Lightweight Bitcoin Client
|
||||||
Exec=electrum %u
|
Exec=electrum %u
|
||||||
GenericName[en_US]=Electrum
|
GenericName[en_US]=Electrum
|
||||||
GenericName=Electrum
|
GenericName=Electrum
|
||||||
Icon=/usr/share/app-install/icons/electrum.png
|
Icon=electrum
|
||||||
Name[en_US]=Electrum Bitcoin Wallet
|
Name[en_US]=Electrum Bitcoin Wallet
|
||||||
Name=Electrum Bitcoin Wallet
|
Name=Electrum Bitcoin Wallet
|
||||||
Categories=Network;
|
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")
|
usr_share = os.path.join(sys.prefix, "share")
|
||||||
data_files += [
|
data_files += [
|
||||||
(os.path.join(usr_share, 'applications/'), ['electrum.desktop']),
|
(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