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
2a15e10d
Unverified
Commit
2a15e10d
authored
Apr 06, 2017
by
boklm
Browse files
Bug 20426: set timestamp on files included in the Windows bundle
parent
8cc61d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/tor-browser/build
View file @
2a15e10d
...
...
@@ -257,6 +257,7 @@ cd $distdir
dmg_out
=>
'$OUTDIR/TorBrowser-'
_
c
(
"var/torbrowser_version"
)
_
'-osx64_${PKG_LOCALE}.dmg'
,
})
%
]
[
%
ELSIF
c
(
"var/windows"
)
%
]
find
"${TB_STAGE_DIR}"
-
exec
[
%
c
(
"var/touch"
)
%
]
{}
\
;
pushd
"${TB_STAGE_DIR}"
makensis
torbrowser
.
nsi
# Working around NSIS braindamage
...
...
@@ -324,6 +325,7 @@ rm -rf $distdir/${PKG_DIR}
dmg_out
=>
'$OUTDIR/TorBrowser-'
_
c
(
"var/torbrowser_version"
)
_
'-osx64_'
_
lang
_
'.dmg'
,
})
%
]
[
%
ELSIF
c
(
"var/windows"
)
%
]
find
"[% tbdir %]"
-
exec
[
%
c
(
"var/touch"
)
%
]
{}
\
;
pushd
"[% tbdir %]"
makensis
torbrowser
.
nsi
# Working around NSIS braindamage
...
...
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