pyinstaller: Build a single-executable app

This commit is contained in:
Florian Bruhin 2016-03-30 23:28:44 +02:00
parent 460f613fec
commit bfb4f20510

View File

@ -66,3 +66,8 @@ coll = COLLECT(exe,
strip=False,
upx=True,
name='qutebrowser')
app = BUNDLE(coll,
name='qutebrowser.app',
icon=icon,
bundle_identifier=None)