Try to make batch converter install work.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 097474563e6a31bc69acf1a5d923300ebd6771cb..331ebce8e100604f10571907d6d1d1b41d4224aa 100644 (file)
--- a/wscript
+++ b/wscript
@@ -228,6 +228,11 @@ def build(bld):
     obj.target = 'dvdomatic.desktop'
     obj.dict = d
 
+    obj = bld(features = 'subst')
+    obj.source = 'dvdomatic_batch.desktop.in'
+    obj.target = 'dvdomatic_batch.desktop'
+    obj.dict = d
+
     bld.install_files('${PREFIX}/share/applications', 'dvdomatic.desktop')
     for r in ['22x22', '32x32', '48x48', '64x64', '128x128']:
         bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r)