mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
parent
a63fcebaed
commit
ec4483cb7f
1 changed files with 1 additions and 1 deletions
2
menu.js
2
menu.js
|
|
@ -276,7 +276,7 @@ ${process.platform} ${process.arch} ${os.release()}`;
|
|||
title: `About ${appName}`,
|
||||
message: `${appName} ${app.getVersion()}`,
|
||||
detail: 'Created by Guillermo Rauch',
|
||||
icon: path.join(__dirname, 'static/Icon.png'),
|
||||
icon: path.join(__dirname, 'static/icon.png'),
|
||||
buttons: []
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue