Skip to content
Snippets Groups Projects
Commit b25cd533 authored by Georg Koppen's avatar Georg Koppen
Browse files

Revert "Bug 28546: Rebrand Tor Browser's Window's Installer"

This reverts commit 031ecd73.

We need to back this out for now because it is causing reproducibility
issues, see #29185.
parent 2ffa4185
No related branches found
No related tags found
No related merge requests found
# vim: filetype=yaml sw=2
version: 0.6
version: 0.5
git_url: https://github.com/moba/tbb-windows-installer.git
git_hash: 'v[% c("version") %]'
tag_gpg_id: 1
......
......@@ -303,7 +303,7 @@ cd $distdir
[% ELSIF c("var/windows") %]
find "$PKG_DIR" -exec [% c("var/touch") %] {} \;
pushd "$PKG_DIR"
makensis -DCHANNEL=[% c("var/channel") %] torbrowser.nsi
makensis torbrowser.nsi
# Working around NSIS braindamage
mv torbrowser-install.exe torbrowser-install-tmp.exe
python $rootdir/pe_checksum_fix.py
......@@ -392,7 +392,7 @@ cp $rootdir/[% c('input_files_by_name/firefox') %]/mar-tools-*.zip "$OUTDIR"/
[% ELSIF c("var/windows") %]
find "[% tbdir %]" -exec [% c("var/touch") %] {} \;
pushd "[% tbdir %]"
makensis -DCHANNEL=[% c("var/channel") %] torbrowser.nsi
makensis torbrowser.nsi
# Working around NSIS braindamage
mv torbrowser-install.exe torbrowser-install-tmp.exe
python $rootdir/pe_checksum_fix.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment