mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-24 07:38:36 +00:00
Old build detection: simpler error message
This commit is contained in:
parent
554c70c12d
commit
eaa9d8471b
@ -227,7 +227,7 @@ if (shouldQuit) {
|
|||||||
type: 'warning',
|
type: 'warning',
|
||||||
message: 'Old build detected',
|
message: 'Old build detected',
|
||||||
detail:
|
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.',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user