[DEV] add missing element in mac maker
This commit is contained in:
parent
e1759a133e
commit
808d95c6bf
@ -55,6 +55,12 @@ class Target(lutinTarget.Target):
|
|||||||
tmpFile.write("\n\n")
|
tmpFile.write("\n\n")
|
||||||
tmpFile.flush()
|
tmpFile.flush()
|
||||||
tmpFile.close()
|
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
|
# Must create the tarball of the application
|
||||||
#cd $(TARGET_OUT_FINAL)/; tar -cf $(PROJECT_NAME).tar $(PROJECT_NAME).app
|
#cd $(TARGET_OUT_FINAL)/; tar -cf $(PROJECT_NAME).tar $(PROJECT_NAME).app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user