Skip to content
GitLab
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
3c517c1a
Unverified
Commit
3c517c1a
authored
Nov 09, 2017
by
boklm
Browse files
Bug 20636: remove fte from bridge_prefs.js for Windows 64
parent
d37b7a0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/tor-browser/build
View file @
3c517c1a
...
...
@@ -118,7 +118,10 @@ cat Bundle-Data/PTConfigs/[% bundledata_osname %]/torrc-defaults-appendix >> $TB
[
%
END
-%
]
[
%
IF
c
(
"var/windows"
)
-%
]
# We don't have snowflake available on Windows yet
grep
-
v
'default_bridge\.snowflake'
Bundle
-
Data
/
PTConfigs
/
bridge_prefs
.
js
>>
$
TBDIR
/
$
EXTOVERRIDESPATH
# We don't have fte available on Windows x86_64 yet
grep
-
v
'default_bridge\.snowflake'
Bundle
-
Data
/
PTConfigs
/
bridge_prefs
.
js
\
[
%
IF
c
(
"var/windows-x86_64"
)
%
]
|
grep
-
v
'default_bridge\.fte'
[
%
END
%
]
\
>>
$
TBDIR
/
$
EXTOVERRIDESPATH
[
%
END
-%
]
[
%
IF
c
(
"var/osx"
)
-%
]
# FTE is temporarily removed due to bug 18495.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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