Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e2d73f

Browse files
author
Just van Rossum
committed
Don't set type of application, it's taken care of elsewhere -- jvr
1 parent f1ad207 commit 3e2d73f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Mac/Tools/macfreeze/macgen_bin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ def generate(input, output, module_dict = None, architecture = 'fat', debug=0):
7777
cfmfile.mergecfmfiles([applettemplatepath, corepath] + dynamicfiles.keys(),
7878
output, architecture)
7979

80-
fss = macfs.FSSpec(output)
81-
fss.SetCreatorType('Pyta', 'APPL')
8280
print "done!"
8381

8482

0 commit comments

Comments
 (0)