Fix SHARE so that it works to run without installing

This commit is contained in:
Micah Lee 2018-09-27 11:09:14 -07:00
parent 69eb6cdecf
commit 3c47a30e53
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -37,7 +37,7 @@ import re
import gettext
import gpg
SHARE = os.getenv('TBL_SHARE', sys.prefix+'/share/torbrowser-launcher')
SHARE = os.getenv('TBL_SHARE', sys.prefix + '/share') + '/torbrowser-launcher'
gettext.install('torbrowser-launcher')