diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ class BuildQm(build): data_files = [("bin",["usr/bin/mageiawelcome","usr/bin/mageiawelcome-launcher"]), ("share/applications/", ["usr/share/applications/mageiawelcome.desktop"]), - ("share/icons/hicolor/scalable/apps/", ["usr/share/icons/scalable/apps/mageiawelcome.svg"]), + ("share/icons/hicolor/scalable/apps/", ["qml/icons/scalable/apps/mageiawelcome.svg"]), ("share/mageiawelcome/",glob.glob('qml/*.py')), ("share/mageiawelcome/",glob.glob('qml/*.qml')), ("share/mageiawelcome/img",glob.glob('qml/img/*')), @@ -23,7 +23,7 @@ data_files = [("bin",["usr/bin/mageiawelcome","usr/bin/mageiawelcome-launcher"]) setup( name = 'mageiawelcome', - version = '1.90', + version = '1.20', license = 'GNU General Public License v3 (GPLv3)', url = 'http://gitweb.mageia.org/software/mageiawelcome', description = 'Welcome Screen shows important information of the Mageia distribution.', |