Bug 28124: Show Tor Browser icon as macOS volume (dmg) icon
Merge Info
-
-
-
Immediate - patchsets for critical bug fixes or other major blocker (e.g. fixes for a 0-day exploit) OR patchsets with trivial changes which do not need testing (e.g. fixes for typos or fixes easily verified in a local developer build) -
Next Minor Stable Release - patchset that needs to be verified in nightly before backport -
Eventually - patchset that needs to be verified in alpha before backport -
No Backport - patchset for the next major stable
-
-
-
Link resolved issues with appropriate Release Prep issue for changelog generation
-
Change Description
This MR enables the custom icon on dmg files.
To do so, I had to switch to HFS for the image file, so the MR is divided in three parts:
- switch to Mozilla's fork of libdmg-hfsplus, copy also the
hfsplus
utility in addition todmg
, and add thehfsplus-tools
project - use the new projects to build a DMG with HFS
- update the old icon with the new one from tor-browser#41332 (closed).
Closes #28124 (closed)
Edited by morgan