move electrum.pnd to icons

This commit is contained in:
ThomasV 2012-10-18 22:00:21 +02:00
parent 5919141f0d
commit 7079d91d71
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -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')