diff options
author | Papoteur <papoteur@mageia.org> | 2019-01-01 20:14:48 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-01-01 20:14:48 +0100 |
commit | 2b4397114005a942e46a415f5876a6117985b3eb (patch) | |
tree | 98fe30fcd99c4213eca1d2e4443ff8dfe67dd624 | |
parent | 79da39abc59b2c32569e60e70f292e6978a94cdf (diff) | |
download | mageiawelcome-2b4397114005a942e46a415f5876a6117985b3eb.tar mageiawelcome-2b4397114005a942e46a415f5876a6117985b3eb.tar.gz mageiawelcome-2b4397114005a942e46a415f5876a6117985b3eb.tar.bz2 mageiawelcome-2b4397114005a942e46a415f5876a6117985b3eb.tar.xz mageiawelcome-2b4397114005a942e46a415f5876a6117985b3eb.zip |
More specific installing images
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ data_files = [("bin",["usr/bin/mageiawelcome","usr/bin/mageiawelcome-launcher"]) ("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/*')), + ("share/mageiawelcome/img",glob.glob('qml/img/*.png')), ("share/mageiawelcome/translations/",glob.glob('i18n/*.qm')), ("etc/xdg/autostart/",["etc/xdg/autostart/mageiawelcome.desktop"]), ] |