From 808d95c6bf11a94198b6915bc601a4d308223028 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 27 May 2013 21:11:41 +0200 Subject: [PATCH] [DEV] add missing element in mac maker --- lutinTargetMacOs.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lutinTargetMacOs.py b/lutinTargetMacOs.py index d5098b4..dd7dcec 100644 --- a/lutinTargetMacOs.py +++ b/lutinTargetMacOs.py @@ -55,6 +55,12 @@ class Target(lutinTarget.Target): tmpFile.write("\n\n") tmpFile.flush() tmpFile.close() + infoFile=self.GetStagingFolder(pkgName) + "/PkgInfo" + # Create the info file + tmpFile = open(infoFile, 'w') + tmpFile.write("APPL?????") + tmpFile.flush() + tmpFile.close() # Must create the tarball of the application #cd $(TARGET_OUT_FINAL)/; tar -cf $(PROJECT_NAME).tar $(PROJECT_NAME).app