Skip to content

Commit

Permalink
remove Electron about dialog icon workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 13, 2016
1 parent 604e7a6 commit 76902b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion menu.js
Expand Up @@ -75,7 +75,7 @@ if (process.platform !== 'darwin') {
title: `About ${appName}`,
message: `${appName} ${app.getVersion()}`,
detail: 'Created by Sindre Sorhus',
icon: path.join(__dirname, 'static', process.platform === 'linux' ? 'Icon-linux-about.png' : 'Icon.png'),
icon: path.join(__dirname, 'static/Icon.png'),
buttons: []
});
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"electron-packager": "^7.0.0",
"electron-prebuilt": "^1.0.0",
"electron-prebuilt": "^1.0.1",
"xo": "*"
},
"xo": {
Expand Down
Binary file removed static/Icon-linux-about.png
Binary file not shown.

0 comments on commit 76902b9

Please sign in to comment.