[meld/meld-3-16: 2/2] setup_win32: Sync up windows build script



commit 6e2357fd90bded2e79f077283fddcc76f353f718
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun May 1 09:22:37 2016 +1000

    setup_win32: Sync up windows build script

 setup_win32.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/setup_win32.py b/setup_win32.py
index b72dd20..e0a7882 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -146,12 +146,15 @@ setup(
          ['COPYING', 'NEWS']
          ),
         ('share/meld',
-         ['data/meld.css', 'data/meld-dark.css']
+         ['data/meld.css']
          ),
         ('share/meld/icons',
          glob.glob("data/icons/*.png") +
          glob.glob("data/icons/COPYING*")
          ),
+        ('share/meld/styles',
+         glob.glob("data/styles/*.xml")
+         ),
         ('share/meld/ui',
          glob.glob("data/ui/*.ui") + glob.glob("data/ui/*.xml")
          ),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]