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