Old build detection: simpler error message

This commit is contained in:
Ronan Jouchet 2021-03-11 09:37:33 -05:00
parent 554c70c12d
commit eaa9d8471b
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ if (shouldQuit) {
type: 'warning',
message: 'Old build detected',
detail:
'This app was built a long time ago. Nativefier uses the Chrome browser (through Electron), and it is dangerous to keep using an old version of it. You should rebuild this app with a recent Electron. Using the latest Nativefier will default to it, or you can pass it manually.',
'This app was built a long time ago. Nativefier uses the Chrome browser (through Electron), and it is insecure to keep using an old version of it. Please upgrade Nativefier and rebuild this app.',
});
}
});