diff --git a/browser/finder/index.js b/browser/finder/index.js index 02aca3fb..a22f9499 100644 --- a/browser/finder/index.js +++ b/browser/finder/index.js @@ -20,7 +20,7 @@ function hideFinder () { function notify (title, options) { if (process.platform === 'win32') { - options.icon = path.join('file://', global.__dirname, '../../resources/favicon-230x230.png') + options.icon = path.join('file://', global.__dirname, '../../resources/app.png') options.silent = false } return new window.Notification(title, options) diff --git a/browser/main/HomePage/ArticleTopBar.js b/browser/main/HomePage/ArticleTopBar.js index bcfba047..0b6c6c36 100644 --- a/browser/main/HomePage/ArticleTopBar.js +++ b/browser/main/HomePage/ArticleTopBar.js @@ -148,7 +148,7 @@ export default class ArticleTopBar extends React.Component { - + { this.state.isLinksDropdownOpen diff --git a/browser/main/index.js b/browser/main/index.js index 19d2ffd8..9a4ffcae 100644 --- a/browser/main/index.js +++ b/browser/main/index.js @@ -22,7 +22,7 @@ window.addEventListener('online', function () { function notify (title, options) { if (process.platform === 'win32') { - options.icon = path.join('file://', global.__dirname, '../../resources/favicon-230x230.png') + options.icon = path.join('file://', global.__dirname, '../../resources/app.png') options.silent = false } console.log(options) diff --git a/lib/updater.js b/lib/updater.js new file mode 100644 index 00000000..e69de29b diff --git a/resources/app.ico b/resources/app.ico new file mode 100644 index 00000000..efdeee6f Binary files /dev/null and b/resources/app.ico differ diff --git a/resources/app.png b/resources/app.png new file mode 100644 index 00000000..f0d207be Binary files /dev/null and b/resources/app.png differ diff --git a/resources/dmg.icns b/resources/dmg.icns new file mode 100644 index 00000000..d9ac7292 Binary files /dev/null and b/resources/dmg.icns differ diff --git a/resources/dmg.ico b/resources/dmg.ico new file mode 100644 index 00000000..62dd2035 Binary files /dev/null and b/resources/dmg.ico differ diff --git a/resources/dmg.png b/resources/dmg.png new file mode 100644 index 00000000..b32498b7 Binary files /dev/null and b/resources/dmg.png differ diff --git a/resources/favicon-230x230.png b/resources/favicon-230x230.png deleted file mode 100644 index ee3bcee9..00000000 Binary files a/resources/favicon-230x230.png and /dev/null differ diff --git a/resources/install.gif b/resources/install.gif new file mode 100644 index 00000000..35f24a8f Binary files /dev/null and b/resources/install.gif differ