From 2cb62531a6f5fb3117cea3a9537839a022266313 Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Thu, 30 Sep 2010 10:40:56 -0600 Subject: [PATCH] Updated make-app-bundle script to use new template for file name --- tools/osx/make-app-bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx/make-app-bundle b/tools/osx/make-app-bundle index b10504343..25ee1013e 100755 --- a/tools/osx/make-app-bundle +++ b/tools/osx/make-app-bundle @@ -29,7 +29,7 @@ ETC=${MACOS}/etc LIB=${MACOS}/lib SHARE=${MACOS}/share RELEASE=release -DMG=${RELEASE}/rawtherapee_osx105_`date "+%Y-%m-%d"`_release-3.0-a1+`hg log | head -1 | cut -f 4 -d ' ' | sed 's/:/-/g'`.dmg +DMG=${RELEASE}/rawtherapee_osx105_`date +%F`_`hg parents --template '{latesttag}+{latesttagdistance}-{node|short}'`.dmg EXECUTABLE=rt #Find where MacPorts is installed. We take a known binary (cmake), which is in /bin, and