We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2c2fd commit 8088f5eCopy full SHA for 8088f5e
1 file changed
setup_win32.py
@@ -146,12 +146,15 @@
146
['COPYING', 'NEWS']
147
),
148
('share/meld',
149
- ['data/meld.css', 'data/meld-dark.css']
+ ['data/meld.css']
150
151
('share/meld/icons',
152
glob.glob("data/icons/*.png") +
153
glob.glob("data/icons/COPYING*")
154
155
+ ('share/meld/styles',
156
+ glob.glob("data/styles/*.xml")
157
+ ),
158
('share/meld/ui',
159
glob.glob("data/ui/*.ui") + glob.glob("data/ui/*.xml")
160
0 commit comments