[tbb-commits] [Git][tpo/applications/tor-browser-build][maint-13.5] Bug 41167: Stop generating an MB "portable" windows install

boklm (@boklm) git at gitlab.torproject.org
Wed Jun 12 12:21:07 UTC 2024



boklm pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build


Commits:
bb86323e by Nicolas Vigier at 2024-06-12T12:43:50+02:00
Bug 41167: Stop generating an MB "portable" windows install

And remove the `-install` from the other one.

- - - - -


1 changed file:

- projects/browser/build


Changes:

=====================================
projects/browser/build
=====================================
@@ -424,14 +424,15 @@ cd $distdir
 [% ELSIF c("var/windows") %]
   find "$PKG_DIR" -exec [% c("touch") %] {} \;
   pushd "$PKG_DIR"
-  makensis browser-portable.nsi
-  # Working around NSIS braindamage
-  python3 $rootdir/pe_checksum_fix.py browser-portable.exe
-  mv browser-portable.exe $OUTDIR/[% c("var/project-name") %]-[% c("var/osname") %]-portable-[% c("var/torbrowser_version") %].exe
   [% IF c('var/mullvad-browser') -%]
     makensis browser-install.nsi
     python3 $rootdir/pe_checksum_fix.py browser-install.exe
-    mv browser-install.exe $OUTDIR/[% c("var/project-name") %]-[% c("var/osname") %]-install-[% c("var/torbrowser_version") %].exe
+    mv browser-install.exe $OUTDIR/[% c("var/project-name") %]-[% c("var/osname") %]-[% c("var/torbrowser_version") %].exe
+  [% ELSE -%]
+    makensis browser-portable.nsi
+    # Working around NSIS braindamage
+    python3 $rootdir/pe_checksum_fix.py browser-portable.exe
+    mv browser-portable.exe $OUTDIR/[% c("var/project-name") %]-[% c("var/osname") %]-portable-[% c("var/torbrowser_version") %].exe
   [% END -%]
   popd
 [% END %]



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/bb86323ea206ad266e3c5302688dce33b9f7b38f

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/bb86323ea206ad266e3c5302688dce33b9f7b38f
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240612/ee0ada94/attachment-0001.htm>


More information about the tbb-commits mailing list