changeset 2946:9dc8a5856dba

patch version in Welcome-to-LilyPond-MacOS.ly
author hanwen <hanwen@lilypond.org>
date Mon, 27 Nov 2006 11:24:16 +0100
parents 833321bb9b03
children d064501a05ff
files lib/installer.py
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/installer.py	Sun Nov 26 17:39:08 2006 +0100
+++ b/lib/installer.py	Mon Nov 27 11:24:16 2006 +0100
@@ -187,6 +187,13 @@
             env=locals (),
             must_succeed=True)
         
+        self.file_sub (
+            [('2.6.0',
+             '%(installer_version)s'),
+            ],
+            '%(darwin_bundle_dir)s/Contents/Resources/Welcome-to-LilyPond-MacOS.ly',
+            env=locals ())
+        
         self.system ('cd %(darwin_bundle_dir)s/../ && tar cjf %(bundle_zip)s LilyPond.app',
                      locals ())