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
0abccfe4
Commit
0abccfe4
authored
Dec 01, 2017
by
boklm
Committed by
Georg Koppen
Dec 01, 2017
Browse files
Bug 24477: Fix generation of Windows 64 mar files
parent
9d501237
Changes
2
Hide whitespace changes
Inline
Side-by-side
projects/tor-browser/build
View file @
0abccfe4
...
...
@@ -43,6 +43,11 @@ mkdir -p $TBDIR/$MEEKPROFILEPATH/extensions
# Extract the MAR tools.
unzip
-
d
$
rootdir
$
rootdir
/
[
%
c
(
'input_files_by_name/firefox'
)
%
]
/
mar
-
tools
-*
.
zip
MARTOOLS
=
$
rootdir
/
mar
-
tools
[
%
IF
c
(
"var/windows-x86_64"
)
-%
]
# Workaround for bug 24477
rm
-
Rf
$
MARTOOLS
unzip
-
d
$
rootdir
$
rootdir
/
mar
-
tools
-
linux32
.
zip
[
%
END
-%
]
mv
[
%
c
(
'input_files_by_name/tor-launcher'
)
%
]
$
TBDIR
/
$
EXTSPATH
/
tor
-
launcher
@
torproject
.
org
.
xpi
mv
[
%
c
(
'input_files_by_name/torbutton'
)
%
]
$
TBDIR
/
$
EXTSPATH
/
torbutton
@
torproject
.
org
.
xpi
...
...
projects/tor-browser/config
View file @
0abccfe4
...
...
@@ -85,3 +85,9 @@ input_files:
enable
:
'
[%
c("var/windows")
%]'
-
filename
:
pe_checksum_fix.py
enable
:
'
[%
c("var/windows")
%]'
# Workaround for bug 24477
-
URL
:
https://archive.torproject.org/tor-package-archive/torbrowser/7.5a7/mar-tools-linux32.zip
sig_ext
:
asc
file_gpg_id
:
1
gpg_keyring
:
torbrowser.gpg
enable
:
'
[%
c("var/windows-x86_64")
%]'
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