pyinstaller: Build a single-executable app
This commit is contained in:
parent
460f613fec
commit
bfb4f20510
@ -66,3 +66,8 @@ coll = COLLECT(exe,
|
||||
strip=False,
|
||||
upx=True,
|
||||
name='qutebrowser')
|
||||
|
||||
app = BUNDLE(coll,
|
||||
name='qutebrowser.app',
|
||||
icon=icon,
|
||||
bundle_identifier=None)
|
||||
|
Loading…
Reference in New Issue
Block a user