Skip to content
Snippets Groups Projects
Commit 5b80f601 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by Richard Pospesel
Browse files

MB 11: Add Mullvad branding to the NSIS installers

parent 718b01ab
Branches
Tags
1 merge request!697Bug 40837: Rebase mullvad-browser build changes onto main
......@@ -52,7 +52,7 @@
VIAddVersionKey "ProductName" "[% c('var/Project_Name') %]"
VIAddVersionKey "ProductVersion" "[% c('var/torbrowser_version') %]"
VIAddVersionKey "FileDescription" "[% c('var/Project_Name') %][% IF system_install_mode -%] System[% END -%] Installer"
VIAddVersionKey "LegalCopyright" "© [% pc("firefox", "var/copyright_year") %] The Tor Project"
VIAddVersionKey "LegalCopyright" "© [% pc("firefox", "var/copyright_year") %] [% IF c('var/mullvad-browser') -%]Mullvad, Tor Browser and Mozilla Developers[% ELSE -%]The Tor Project[% END -%]"
;--------------------------------
;Interface Configuration
......@@ -173,7 +173,7 @@ Section "[% c('var/Project_Name') %]" SecBrowser
WriteRegStr HKLM "${UNINST_KEY}" "DisplayName" "[% c('var/Project_Name') %]"
WriteRegStr HKLM "${UNINST_KEY}" "UninstallString" "$\"$INSTDIR\uninstall.exe$\""
WriteRegStr HKLM "${UNINST_KEY}" "QuietUninstallString" "$\"$INSTDIR\uninstall.exe$\" /S"
WriteRegStr HKLM "${UNINST_KEY}" "Publisher" "The Tor Project"
WriteRegStr HKLM "${UNINST_KEY}" "Publisher" "[% IF c('var/mullvad-browser') -%]Mullvad VPN[% ELSE -%]The Tor Project[% END -%]"
WriteRegStr HKLM "${UNINST_KEY}" "DisplayIcon" "$\"$INSTDIR\[% c('var/exe_name') %].exe$\""
WriteRegStr HKLM "${UNINST_KEY}" "DisplayVersion" "[% c('var/torbrowser_version') %]"
WriteRegDWORD HKLM "${UNINST_KEY}" "NoModify" "1"
......
......
......@@ -79,7 +79,7 @@ targets:
git_url: git@gitlab.torproject.org:tpo/applications/privacy-browser.git
var:
branding_directory_prefix: 'mb'
browser_branch: '12.0-1'
browser_series: '12.0'
browser_build: 1
gitlab_project: https://gitlab.torproject.org/tpo/applications/privacy-browser
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment