stop tracking qutebrowser executable
This commit is contained in:
parent
a52d62e3a4
commit
56c2f3f0ad
1
local/bin/.gitignore
vendored
1
local/bin/.gitignore
vendored
@ -27,6 +27,7 @@ unlit
|
|||||||
vis
|
vis
|
||||||
vis-*
|
vis-*
|
||||||
wjt
|
wjt
|
||||||
|
qutebrowser
|
||||||
|
|
||||||
# shouldn't share this one with the world
|
# shouldn't share this one with the world
|
||||||
macaddress
|
macaddress
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
#!/usr/bin/python3
|
|
||||||
# EASY-INSTALL-ENTRY-SCRIPT: 'qutebrowser==1.11.1','gui_scripts','qutebrowser'
|
|
||||||
__requires__ = 'qutebrowser==1.11.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==1.11.1', 'gui_scripts', 'qutebrowser')()
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user