Browse Source

move electrum.pnd to icons

283
ThomasV 12 years ago
parent
commit
7079d91d71
  1. 0
      icons/electrum.png
  2. 2
      setup.py

0
electrum.png → icons/electrum.png

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

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"
data_files += [
('/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'):
os.mkdir('locale')

Loading…
Cancel
Save