summaryrefslogtreecommitdiff
path: root/misc/qutebrowser.spec
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-03-30 23:28:44 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-04-07 08:53:12 +0200
commitbfb4f20510573564bb394b5f7489a6eff64a4a3b (patch)
treefbd25ca538616121247da40ea2231a847aaf9060 /misc/qutebrowser.spec
parent460f613fecbd78f22ecb4671a9fd612a4ca1fffc (diff)
downloadqutebrowser-bfb4f20510573564bb394b5f7489a6eff64a4a3b.tar.gz
qutebrowser-bfb4f20510573564bb394b5f7489a6eff64a4a3b.zip
pyinstaller: Build a single-executable app
Diffstat (limited to 'misc/qutebrowser.spec')
-rw-r--r--misc/qutebrowser.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/qutebrowser.spec b/misc/qutebrowser.spec
index 288b50b6a..d9e53e13c 100644
--- a/misc/qutebrowser.spec
+++ b/misc/qutebrowser.spec
@@ -66,3 +66,8 @@ coll = COLLECT(exe,
strip=False,
upx=True,
name='qutebrowser')
+
+app = BUNDLE(coll,
+ name='qutebrowser.app',
+ icon=icon,
+ bundle_identifier=None)