Commit 180a12cb authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

MB 1: Mullvad Browser branding

See also:
#5: Product name and directory customization
#12: Create new branding directories and integrate Mullvad icons+branding
#14: Remove Default Built-in bookmarks
#35: Add custom PDF icons for Windows builds
#48: Replace Mozilla copyright and legal trademarks in mullvadbrowser.exe metadata
#51: Update trademark string
#104: Update shipped dll metadata copyright/licensing info
#107: Add alpha and nightly icons
parent 0d7f663b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ ifeq ($(OS_ARCH),WINNT)
# (this dependency should really be just for firefox.exe, not other targets)
# Note the manifest file exists in the tree, so we use the explicit filename
# here.
EXTRA_DEPS += $(srcdir)/firefox.exe.manifest
EXTRA_DEPS += $(srcdir)/mullvadbrowser.exe.manifest
endif

PROGRAMS_DEST = $(DIST)/bin
@@ -108,5 +108,5 @@ endif
endif
	$(MKDIR) -p '$(dist_dest)/Contents/Frameworks'
	mv '$(dist_dest)/Contents/Resources/ChannelPrefs.framework' '$(dist_dest)/Contents/Frameworks'
	printf APPLMOZB > '$(dist_dest)/Contents/PkgInfo'
	printf APPLMULB > '$(dist_dest)/Contents/PkgInfo'
endif
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@
	<key>CFBundleShortVersionString</key>
	<string>@APP_VERSION@</string>
	<key>CFBundleSignature</key>
	<string>MOZB</string>
	<string>MULB</string>
	<key>CFBundleURLTypes</key>
	<array>
		<dict>
+3 −3
Original line number Diff line number Diff line
WIN32_MODULE_COMPANYNAME=Mozilla Corporation
WIN32_MODULE_COPYRIGHT=Firefox and Mozilla Developers; available under the MPL 2 license.
WIN32_MODULE_COMPANYNAME=Mullvad VPN AB
WIN32_MODULE_COPYRIGHT=Mullvad, Tor Browser, and Mozilla Developers; available under the MPL 2 license.
WIN32_MODULE_PRODUCTVERSION=@MOZ_APP_WINVERSION@
WIN32_MODULE_PRODUCTVERSION_STRING=@MOZ_APP_VERSION@
WIN32_MODULE_TRADEMARKS=Firefox is a Trademark of The Mozilla Foundation.
WIN32_MODULE_TRADEMARKS=Mullvad Browser is a Trademark of Mullvad VPN AB.
WIN32_MODULE_DESCRIPTION=@MOZ_APP_DISPLAYNAME@
WIN32_MODULE_PRODUCTNAME=@MOZ_APP_DISPLAYNAME@
WIN32_MODULE_NAME=@MOZ_APP_DISPLAYNAME@
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
<assemblyIdentity
        version="1.0.0.0"
        processorArchitecture="*"
        name="Firefox"
        name="Mullvad Browser"
        type="win32"
/>
<description>Firefox</description>
+0 −1
Original line number Diff line number Diff line
@@ -424,7 +424,6 @@
<!-- Note: Items under here are cloned to the AppMenu Help submenu. The cloned items
     have their strings defined by appmenu-data-l10n-id. -->
                <menuitem id="menu_openHelp"
                          hidden="true"
                          data-l10n-id="menu-get-help"
                          appmenu-data-l10n-id="appmenu-get-help"
#ifdef XP_MACOSX
Loading