tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 535c330c194b90cc2de3b9bef3a167d5e32613f5
parent 38abe2ffc40925308b153380d4c5444ce4d5e3c0
Author: Beatriz Rizental <bea@torproject.org>
Date:   Tue,  2 Dec 2025 16:10:03 -0300

BB 44400: Disable liquid app glass icons for MacOS

This reverts commit 7ee252421988d7b3a38dc650986a3b4c3321a823.

Diffstat:
Mbrowser/app/Makefile.in | 1-
Mbrowser/app/macbuild/Contents/Info.plist.in | 2--
Mbrowser/installer/package-manifest.in | 1-
3 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in @@ -84,7 +84,6 @@ tools repackage:: $(DIST)/bin/$(MOZ_APP_NAME) $(objdir)/macbuild/Contents/MacOS- rsync -aL $(DIST)/bin/$(MOZ_APP_NAME) '$(dist_dest)/Contents/MacOS' cp -RL $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/firefox.icns '$(dist_dest)/Contents/Resources/firefox.icns' cp -RL $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/document.icns '$(dist_dest)/Contents/Resources/document.icns' - cp -RL $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/Assets.car '$(dist_dest)/Contents/Resources/Assets.car' ifndef BASE_BROWSER_UPDATE $(MKDIR) -p '$(dist_dest)/Contents/Library/LaunchServices' ifdef MOZ_UPDATER diff --git a/browser/app/macbuild/Contents/Info.plist.in b/browser/app/macbuild/Contents/Info.plist.in @@ -190,8 +190,6 @@ <string>@MAC_APP_NAME@ @APP_VERSION@</string> <key>CFBundleIconFile</key> <string>firefox.icns</string> - <key>CFBundleIconName</key> - <string>AppIcon</string> <key>CFBundleIdentifier</key> <string>@MOZ_MACBUNDLE_ID@</string> <key>CFBundleInfoDictionaryVersion</key> diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in @@ -44,7 +44,6 @@ @APPNAME@/Contents/PkgInfo @RESPATH@/firefox.icns @RESPATH@/document.icns -@RESPATH@/Assets.car @RESPATH@/@LPROJ_ROOT@.lproj/* #endif