Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy and package dev/beta channel png images #366

Closed
wants to merge 3 commits into from
Closed

Commits on Aug 28, 2018

  1. Copy and package dev/beta channel png images

    When building dev/beta channel on Linux, the release
    png images were being packaged even though the
    alternate color images should have been present in
    the package. This corrects that behavior.
    
    Fixes brave/brave-browser#712
    mbacchi committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    c7c8762 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Revert "Copy and package dev/beta channel png images"

    This reverts commit c7c8762.
    mbacchi committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    1c0b631 View commit details
    Browse the repository at this point in the history
  2. Replace patch with copy target in BUILD.gn

    In order to reduce unnecessary patching use
    a copy target in BUILD.gn.
    mbacchi committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    a8fb099 View commit details
    Browse the repository at this point in the history