Dan Ballard pushed to branch tor-browser-153.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 626af945 by Beatriz Rizental at 2026-07-13T21:59:13-03:00 fixup! Tweaks to the build system Bug 45108: Restore MOZ_PKG_MAC_DSSTORE/BACKGROUND/ICON env var names for DMG packaging Got the env vars names wrong when addressing a rebase conflict. Oops. - - - - - 1 changed file: - toolkit/moz.configure Changes: ===================================== toolkit/moz.configure ===================================== @@ -3960,9 +3960,9 @@ include("../build/moz.configure/update-programs.configure") # Per-format extra args passed to mozbuild.action.package # ============================================================== -option(env="MOZ_DMG_DSSTORE", nargs=1, help="Path to the .dsstore file for DMG packaging") -option(env="MOZ_DMG_BACKGROUND", nargs=1, help="Path to the background image for DMG packaging") -option(env="MOZ_DMG_ICON", nargs=1, help="Path to the disk icon for DMG packaging") +option(env="MOZ_PKG_MAC_DSSTORE", nargs=1, help="Path to the .dsstore file for DMG packaging") +option(env="MOZ_PKG_MAC_BACKGROUND", nargs=1, help="Path to the background image for DMG packaging") +option(env="MOZ_PKG_MAC_ICON", nargs=1, help="Path to the disk icon for DMG packaging") @depends( moz_pkg_format, @@ -3972,9 +3972,9 @@ option(env="MOZ_DMG_ICON", nargs=1, help="Path to the disk icon for DMG packagin moz_branding_directory, moz_app_displayname, build_environment.topsrcdir, - "MOZ_DMG_DSSTORE", - "MOZ_DMG_BACKGROUND", - "MOZ_DMG_ICON", + "MOZ_PKG_MAC_DSSTORE", + "MOZ_PKG_MAC_BACKGROUND", + "MOZ_PKG_MAC_ICON", ) @imports(_from="os.path", _import="join") @imports("shlex") View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/626af945... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/626af945... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Dan Ballard (@dan)