move electrum.pnd to icons
This commit is contained in:
|
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')
|
||||||
|
|||||||
Reference in New Issue
Block a user