Don't set type of application, it's taken care of elsewhere -- jvr
This commit is contained in:
parent
f1ad207f2a
commit
3e2d73fef8
|
@ -77,8 +77,6 @@ def generate(input, output, module_dict = None, architecture = 'fat', debug=0):
|
|||
cfmfile.mergecfmfiles([applettemplatepath, corepath] + dynamicfiles.keys(),
|
||||
output, architecture)
|
||||
|
||||
fss = macfs.FSSpec(output)
|
||||
fss.SetCreatorType('Pyta', 'APPL')
|
||||
print "done!"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue