qutebrowser: 1.9.0 -> 1.10.0 (#79172)

This commit is contained in:
Michele Guerini Rocco
2020-02-04 11:24:07 +01:00
committed by GitHub
parent bb769908f9
commit 96358710f7
2 changed files with 7 additions and 8 deletions
@@ -1,8 +1,8 @@
diff --git a/qutebrowser/app.py b/qutebrowser/app.py
index a47b5d2f4..f23ee23ef 100644
--- a/qutebrowser/app.py
+++ b/qutebrowser/app.py
@@ -573,13 +573,8 @@ class Quitter(QObject):
diff --git a/quitter.py b/quitterb.py
index a42b9d0..f544ccb 100644
--- a/qutebrowser/misc/quitter.py
+++ b/qutebrowser/misc/quitter.py
@@ -112,13 +112,7 @@ class Quitter(QObject):
Return:
The commandline as a list of strings.
"""
@@ -14,7 +14,6 @@ index a47b5d2f4..f23ee23ef 100644
- else:
- args = [sys.executable, '-m', 'qutebrowser']
+ args = ['@qutebrowser@']
+ cwd = None
# Add all open pages so they get reopened.
page_args = [] # type: typing.MutableSequence[str]