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 75c3880 commit 0fa4b72
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
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.
2 changes: 1 addition & 1 deletion res/linuxPackaging.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "res/app.png",
"icon": "res/brave_installer.png",
"section": "web",
"categories": ["Network","WebBrowser"],
"mimeType": ["text/html", "text/xml", "application/xhtml_xml", "image/webp","x-scheme-handler/http", "x-scheme-handler/https", "x-scheme-handler/ftp"]
Expand Down
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

0 comments on commit 0fa4b72

Please sign in to comment.