update qutebrowser
This commit is contained in:
parent
6ba60c0dd7
commit
2a54592a46
3 changed files with 87 additions and 53 deletions
|
@ -1,10 +1,12 @@
|
|||
#!/usr/bin/python3.4
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'qutebrowser==0.8.1','gui_scripts','qutebrowser'
|
||||
__requires__ = 'qutebrowser==0.8.1'
|
||||
import re
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(
|
||||
load_entry_point('qutebrowser==0.8.1', 'gui_scripts', 'qutebrowser')()
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue