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/19...
tbb-commits@lists.torproject.org