From eaa9d8471be39eb653b0e22ede1f0ac5cc7a8b30 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Thu, 11 Mar 2021 09:37:33 -0500 Subject: [PATCH] Old build detection: simpler error message --- app/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main.ts b/app/src/main.ts index f341c97..564fa56 100644 --- a/app/src/main.ts +++ b/app/src/main.ts @@ -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.', }); } });