Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/xobuild.py
diff options
context:
space:
mode:
Diffstat (limited to 'xobuild.py')
-rw-r--r--xobuild.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/xobuild.py b/xobuild.py
index 55c1088..fd21c9c 100644
--- a/xobuild.py
+++ b/xobuild.py
@@ -37,11 +37,13 @@ ignores = ['makescripts',
'install',
'mimetypes.xml',
'mimetype.png',
- info.file_filter_mime.replace('/', '-') + '.xml',
- info.lower_name, info.lower_name + '.desktop',
+ info.lower_name,
+ info.lower_name + '.desktop',
info.lower_name + '.png',
'data/appicon.svg', # Comment this line if you feel it's necessary.
'application.py']
+if info.file_filter_mime:
+ ignores.append(info.file_filter_mime.replace('/', '-') + '.xml')
manifest = []
def validate(path):