menu: fix authorship

This commit is contained in:
Guillermo Rauch 2016-07-05 13:43:49 -07:00
parent 222064fd03
commit 0a7e447c2a

View file

@ -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: []
}); });