[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.9.0esr-13.5-1] fixup! MB 1: Mullvad Browser branding



Title: GitLab

richard pushed to branch mullvad-browser-115.9.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 8abd3ea6
    by Pier Angelo Vendrame at 2024-04-08T20:15:44+00:00
    fixup! MB 1: Mullvad Browser branding
    
    Bug 42490: Write the browser logo SVG also outside of omni.ja.
    
    For Mullvad Browser, we have to add this also to the various moz.build
    that are inside each branding directory, because we do not call
    FirefoxBranding for them.
    

3 changed files:

Changes:

  • browser/branding/mb-alpha/moz.build
    ... ... @@ -23,6 +23,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
    23 23
         ]
    
    24 24
     elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
    
    25 25
         FINAL_TARGET_FILES.chrome.icons.default += [
    
    26
    +        'content/about-logo.svg',
    
    26 27
             'default128.png',
    
    27 28
             'default16.png',
    
    28 29
             'default256.png',
    

  • browser/branding/mb-nightly/moz.build
    ... ... @@ -23,6 +23,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
    23 23
         ]
    
    24 24
     elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
    
    25 25
         FINAL_TARGET_FILES.chrome.icons.default += [
    
    26
    +        'content/about-logo.svg',
    
    26 27
             'default128.png',
    
    27 28
             'default16.png',
    
    28 29
             'default256.png',
    

  • browser/branding/mb-release/moz.build
    ... ... @@ -23,6 +23,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
    23 23
         ]
    
    24 24
     elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
    
    25 25
         FINAL_TARGET_FILES.chrome.icons.default += [
    
    26
    +        'content/about-logo.svg',
    
    26 27
             'default128.png',
    
    27 28
             'default16.png',
    
    28 29
             'default256.png',
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits