[DEV] add missing element in mac maker

This commit is contained in:
Edouard DUPIN 2013-05-27 21:11:41 +02:00
parent e1759a133e
commit 808d95c6bf

View File

@ -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