mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
move electrum.pnd to icons
This commit is contained in:
parent
5919141f0d
commit
7079d91d71
2 changed files with 1 additions and 1 deletions
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ if (len(sys.argv) > 1 and (sys.argv[1] == "sdist")) or (platform.system() != 'Wi
|
||||||
print "Including all files"
|
print "Including all files"
|
||||||
data_files += [
|
data_files += [
|
||||||
('/usr/share/applications/',['electrum.desktop']),
|
('/usr/share/applications/',['electrum.desktop']),
|
||||||
('/usr/share/app-install/icons/',['electrum.png'])
|
('/usr/share/app-install/icons/',['icons/electrum.png'])
|
||||||
]
|
]
|
||||||
if not os.path.exists('locale'):
|
if not os.path.exists('locale'):
|
||||||
os.mkdir('locale')
|
os.mkdir('locale')
|
||||||
|
|
Loading…
Add table
Reference in a new issue