tadd icon in setup - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 4a9f0041fb3b126d9aab090e4452969c720a8fb3 DIR parent 12b3a13fbbe588a8667f6fb57f02530b7919fd95 HTML Author: thomasv <thomasv@gitorious> Date: Fri, 18 May 2012 17:55:46 +0200 add icon in setup Diffstat: M setup.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/setup.py b/setup.py t@@ -11,6 +11,7 @@ setup(name = "Electrum", package_dir = {'electrum': 'lib'}, scripts= ['electrum'], data_files=[ + ('/usr/share/app-install/icons/',['electrum.png']), ('/usr/share/locale/de/LC_MESSAGES', ['locale/de/LC_MESSAGES/electrum.mo']), ('/usr/share/locale/fr/LC_MESSAGES', ['locale/fr/LC_MESSAGES/electrum.mo']), ('/usr/share/locale/si/LC_MESSAGES', ['locale/si/LC_MESSAGES/electrum.mo']),