mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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({
|
||||
title: `About ${appName}`,
|
||||
message: `${appName} ${app.getVersion()}`,
|
||||
detail: 'Created by Sindre Sorhus',
|
||||
detail: 'Created by Guillermo Rauch',
|
||||
icon: path.join(__dirname, 'static/Icon.png'),
|
||||
buttons: []
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue