Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
e7e4cbd5
Unverified
Commit
e7e4cbd5
authored
Feb 24, 2018
by
boklm
Browse files
Bug 25020: fix a typo in tbb_version.json filename
parent
f7c8e84c
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/tor-browser/build
View file @
e7e4cbd5
...
...
@@ -199,7 +199,7 @@ echo "pref(\"general.useragent.locale\", \"en-US\");" >> defaults/preferences/00
zip
-
Xm
omni
.
ja
defaults
/
preferences
/
000
-
tor
-
browser
.
js
rm
-
rf
defaults
# create tbb_version.json file for #25020
echo
'{"version":"[% c("var/torbrowser_version") %]","architecture":"[% c("var/mar_osname") %]","channel":"[% c("var/channel") %]","locale":"en-US"}'
>
..
/
tbb_verson
.
json
echo
'{"version":"[% c("var/torbrowser_version") %]","architecture":"[% c("var/mar_osname") %]","channel":"[% c("var/channel") %]","locale":"en-US"}'
>
..
/
tbb_vers
i
on
.
json
popd
# Prepare our language packs for using the proper search engines and embed
...
...
@@ -330,7 +330,7 @@ cp $rootdir/[% c('input_files_by_name/firefox') %]/mar-tools-*.zip "$OUTDIR"/
zip
-
Xm
omni
.
ja
defaults
/
preferences
/
000
-
tor
-
browser
.
js
rm
-
rf
defaults
# create tbb_version.json file for #25020
echo
'{"version":"[% c("var/torbrowser_version") %]","architecture":"[% c("var/mar_osname") %]","channel":"[% c("var/channel") %]","locale":"[% lang %]"}'
>
..
/
tbb_verson
.
json
echo
'{"version":"[% c("var/torbrowser_version") %]","architecture":"[% c("var/mar_osname") %]","channel":"[% c("var/channel") %]","locale":"[% lang %]"}'
>
..
/
tbb_vers
i
on
.
json
popd
# Set the update.locale (it is used to replace %LOCALE% within
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment