Skip to content

Commit

Permalink
Fixed|Builder|OS X: Further fix for signing the bundled Python framework
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 28, 2013
1 parent 5cfd323 commit 363e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/platform_release.py
Expand Up @@ -265,7 +265,7 @@ def fw_codesign(app):

print 'Signing Doomsday Engine.app...'
os.system('ln -fs Versions/2.5/Python "Doomsday Engine.app/Contents/Frameworks/Python.framework/Python"')
codesign("Doomsday Engine.app/Contents/Frameworks/Python.framework/Python")
codesign("Doomsday Engine.app/Contents/Frameworks/Python.framework")
codesign("Doomsday Engine.app/Contents/Frameworks/libwx_macud-2.8.0.dylib")
codesign("Doomsday Engine.app/Contents/MacOS/python")
codesign("Doomsday Engine.app")
Expand Down

0 comments on commit 363e4a7

Please sign in to comment.