Skip to content

Commit 90ec29e

Browse files
committed
setup_win32: Also install (unused) dark theme in Windows build
1 parent 701ecc1 commit 90ec29e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup_win32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
['COPYING', 'NEWS']
141141
),
142142
('share/meld',
143-
['data/meld.css']
143+
['data/meld.css', 'data/meld-dark.css']
144144
),
145145
('share/meld/icons',
146146
glob.glob("data/icons/*.png") +

0 commit comments

Comments
 (0)