Try to make batch converter install work.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 3ff10f4aba752aa2b74000bff88cab24e26a08a9..331ebce8e100604f10571907d6d1d1b41d4224aa 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.84beta1'
+VERSION = '0.89pre'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -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)