The "Error opening app" dialog, now with less attitude
This commit is contained in:
parent
a2b6731bf2
commit
e87ced60e5
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ function loadApplicationPackage (packagePath) {
|
|||
app.focus()
|
||||
dialog.showErrorBox(
|
||||
'Error opening app',
|
||||
'The app provided is not a valid Electron app, please read the docs on how to write one:\n' +
|
||||
'Unable to open or find an Electron app. The docs on how to write an app can be found here:\n' +
|
||||
`https://github.com/electron/electron/tree/v${process.versions.electron}/docs
|
||||
|
||||
${e.toString()}`
|
||||
|
|
Loading…
Reference in a new issue