mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-02 03:44:43 +00:00
Use argv emulation for py2app.
This commit is contained in:
parent
8b2bfd45bc
commit
c6a17b79b4
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -92,6 +92,7 @@ py2app_options = dict(
|
|||
optimize=2,
|
||||
iconfile='doc/html/favicon.icns',
|
||||
plist={'CFBundleIconFile': 'favicon.icns'},
|
||||
argv_emulation=True,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue