Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
19c871a6 by Pier Angelo Vendrame at 2023-09-25T10:03:49+02:00
Bug 40954: Updated Windows installer icons.
The new icons are differentiated on the channel basis, so also adjust
the NSIS script to take that into account.
- - - - -
4 changed files:
- projects/browser/windows-installer.nsi
- + projects/browser/windows-installer/torbrowser-alpha.ico
- + projects/browser/windows-installer/torbrowser-nightly.ico
- + projects/browser/windows-installer/torbrowser-release.ico
Changes:
=====================================
projects/browser/windows-installer.nsi
=====================================
@@ -57,7 +57,7 @@
;--------------------------------
;Interface Configuration
- !define MUI_ICON "[% c('var/projectname') %][% IF c('var/mullvad-browser') -%]-[% c('var/channel') %][% END -%].ico"
+ !define MUI_ICON "[% c('var/projectname') %][% IF !c('var/base-browser') -%]-[% c('var/channel') %][% END -%].ico"
!define MUI_ABORTWARNING
;--------------------------------
=====================================
projects/browser/windows-installer/torbrowser-alpha.ico
=====================================
Binary files /dev/null and b/projects/browser/windows-installer/torbrowser-alpha.ico differ
=====================================
projects/browser/windows-installer/torbrowser-nightly.ico
=====================================
Binary files /dev/null and b/projects/browser/windows-installer/torbrowser-nightly.ico differ
=====================================
projects/browser/windows-installer/torbrowser-release.ico
=====================================
Binary files /dev/null and b/projects/browser/windows-installer/torbrowser-release.ico differ
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/1…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/1…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-115.3.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
c1cf0f54 by Pier Angelo Vendrame at 2023-09-25T12:28:31+02:00
fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
Bug 42100: Center the select in about:torconnect
- - - - -
1 changed file:
- browser/components/torconnect/content/aboutTorConnect.css
Changes:
=====================================
browser/components/torconnect/content/aboutTorConnect.css
=====================================
@@ -187,7 +187,6 @@ form#locationDropdown {
form#locationDropdown select {
max-width: 100%;
- padding-block: 0;
margin-inline: 0;
font-weight: 700;
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c1cf0f5…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c1cf0f5…
You're receiving this email because of your account on gitlab.torproject.org.