mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2025-02-10 10:42:38 +00:00
don't use hardcoded path to relaunch self
This commit is contained in:
parent
492a699c1d
commit
5923853bdb
@ -173,7 +173,7 @@ class TBLCommon:
|
||||
'local': tbb_local,
|
||||
},
|
||||
'old_data_dir': old_tbb_data,
|
||||
'tbl_bin': '/usr/bin/torbrowser-launcher',
|
||||
'tbl_bin': __file__,
|
||||
'icon_file': os.path.join(os.path.dirname(SHARE), 'pixmaps/torbrowser80.xpm'),
|
||||
'torproject_pem': os.path.join(SHARE, 'torproject.pem'),
|
||||
'erinn_key': os.path.join(SHARE, 'erinn.asc'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user