We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8727b commit 726e106Copy full SHA for 726e106
1 file changed
setup.py
@@ -35,6 +35,7 @@
35
system('pyrcc5 welcome.qrc -o welcome/resource.py')
36
37
datas = [('/usr/share/applications', ['data/pisilinux-welcome.desktop']),
38
+ ('/usr/share/icons/hicolor/scalable/apps', ['images/pisilinux-welcome.svg']),
39
('/etc/skel/.config/autostart', ['data/pisilinux-welcome.desktop']),
40
('/usr/share/welcome/languages', langs)]
41
0 commit comments