Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
New icons
Browse files Browse the repository at this point in the history
Auditors: @bsclifton

Fix #4120
  • Loading branch information
bbondy committed Oct 19, 2016
1 parent 7baec37 commit 6ad5529
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1 deletion.
Binary file modified app/extensions/brave/img/braveAbout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/extensions/brave/img/braveBtn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/extensions/brave/img/braveBtn2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/extensions/brave/img/braveBtn3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/extensions/brave/img/favicon.ico
Binary file not shown.
Binary file modified res/app.icns
Binary file not shown.
Binary file modified res/app.ico
Binary file not shown.
Binary file modified res/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/brave_installer.icns
Binary file not shown.
Binary file added res/brave_installer.ico
Binary file not shown.
Binary file added res/brave_installer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/brave_splash_installing.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/start-tile-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/start-tile-70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tools/buildInstaller.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if (isDarwin) {
title: 'Brave',
authors: 'Brave Software',
loadingGif: 'res/brave_splash_installing.gif',
setupIcon: 'res/app.ico',
setupIcon: 'res/brave_installer.ico',
iconUrl: 'https://brave.com/favicon.ico',
signWithParams: format('-a -fd sha256 -f "%s" -p "%s" -t http://timestamp.verisign.com/scripts/timstamp.dll', path.resolve(cert), certPassword),
exe: 'Brave.exe'
Expand Down

1 comment on commit 6ad5529

@bsclifton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lookin' good! 😄

Please sign in to comment.