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
d37b7a0e
Unverified
Commit
d37b7a0e
authored
Nov 06, 2017
by
boklm
Browse files
Bug 20636: fix Windows 64 expert bundle filename
parent
c00ea668
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/tor/build
View file @
d37b7a0e
...
...
@@ -105,9 +105,10 @@ cd $distdir
mkdir
-
p
[
%
dest_dir
_
'/'
_
c
(
'filename'
)
%
]
[
%
IF
c
(
"var/expert_bundle"
);
SET
win_arch
=
c
(
'var/windows-x86_64'
)
?
'win64'
:
'win32'
;
c
(
'zip'
,
{
zip_src
=>
[
'Data'
,
'Tor'
,
],
zip_args
=>
dest_dir
_
'/'
_
c
(
'filename'
)
_
'/tor-
win32
-'
_
c
(
"version"
)
_
'.zip'
,
zip_args
=>
dest_dir
_
'/'
_
c
(
'filename'
)
_
'/tor-
'
_
win_arch
_
'
-'
_
c
(
"version"
)
_
'.zip'
,
});
ELSE
;
IF
c
(
"var/osx"
);
...
...
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