this stuff is missing from the theming

This commit is contained in:
Bert van der Weerd 2022-09-23 13:52:48 +02:00
parent 6ff3a792ef
commit eb1a66e6bc
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
4 changed files with 14 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View file

@ -0,0 +1,12 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<VisualElements
ShowNameOnSquare150x150Logo='on'
Square150x150Logo='browser\VisualElements\PrivateBrowsing_150.png'
Square70x70Logo='browser\VisualElements\PrivateBrowsing_70.png'
ForegroundText='light'
BackgroundColor='#14171a'/>
</Application>

3
mk.py
View file

@ -100,7 +100,8 @@ def build(debug=False):
#patch('../assets/disable-verify-mar.patch') #patch('../assets/disable-verify-mar.patch')
patch('../assets/tryfix-reslink-fail.patch') patch('../assets/tryfix-reslink-fail.patch')
patch('../assets/fix-l10n-package-cmd.patch') patch('../assets/fix-l10n-package-cmd.patch')
exec("cp -v ../assets/private_browsing.VisualElementsManifest.xml ../assets/PrivateBrowsing_150.png ../assets/PrivateBrowsing_70.png browser/branding/librewolf")
# perform the build and package. # perform the build and package.
exec('./mach build') exec('./mach build')
exec('./mach package') exec('./mach package')