Skip to content

Commit

Permalink
pyinstaller work on mac side
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed Oct 6, 2013
1 parent 7bc75e4 commit ef861b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/macOS_10.8_x64.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exe = EXE(pyz,
name='pupil_capture',
debug=True,
strip=None,
upx=True,
upx=False,
console=False )

coll = COLLECT(exe,
Expand All @@ -28,4 +28,4 @@ coll = COLLECT(exe,

app = BUNDLE(coll,
name='pupil_capture.app',
icon=None)
icon='macos_icon.icns')
Binary file added deploy/macos_icon.icns
Binary file not shown.

0 comments on commit ef861b2

Please sign in to comment.