mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
menu: fix authorship
This commit is contained in:
parent
222064fd03
commit
0a7e447c2a
1 changed files with 1 additions and 1 deletions
2
menu.js
2
menu.js
|
|
@ -218,7 +218,7 @@ module.exports = function createMenu ({ createWindow }) {
|
||||||
dialog.showMessageBox({
|
dialog.showMessageBox({
|
||||||
title: `About ${appName}`,
|
title: `About ${appName}`,
|
||||||
message: `${appName} ${app.getVersion()}`,
|
message: `${appName} ${app.getVersion()}`,
|
||||||
detail: 'Created by Sindre Sorhus',
|
detail: 'Created by Guillermo Rauch',
|
||||||
icon: path.join(__dirname, 'static/Icon.png'),
|
icon: path.join(__dirname, 'static/Icon.png'),
|
||||||
buttons: []
|
buttons: []
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue