Skip to content

Commit 8088f5e

Browse files
committed
setup_win32: Sync up windows build script
1 parent 6c2c2fd commit 8088f5e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup_win32.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,15 @@
146146
['COPYING', 'NEWS']
147147
),
148148
('share/meld',
149-
['data/meld.css', 'data/meld-dark.css']
149+
['data/meld.css']
150150
),
151151
('share/meld/icons',
152152
glob.glob("data/icons/*.png") +
153153
glob.glob("data/icons/COPYING*")
154154
),
155+
('share/meld/styles',
156+
glob.glob("data/styles/*.xml")
157+
),
155158
('share/meld/ui',
156159
glob.glob("data/ui/*.ui") + glob.glob("data/ui/*.xml")
157160
),

0 commit comments

Comments
 (0)