kelyvin / Google-Messages-For-Desktop

A "native-like" OS X, Windows, & Linux desktop app for Google Messages
https://www.messagesfordesktop.com/
364 stars 50 forks source link

Old Nativefier warning #74

Open KartoniarzEssa opened 11 months ago

KartoniarzEssa commented 11 months ago

Im getting this warning after launching app on linux. How can I get rid of it? image

invictus-2020 commented 11 months ago

Is there a fix for this? I got the same message

hoggatt commented 11 months ago

Maintainer needs to bump election version for this to work.

skullbunnygalaxy commented 11 months ago

This is getting fixed via #36. According to that thread, this warning shows up every 60 days that the app is not updated, which is why it needs to be fixed via Github Actions automatically running when new updates are released.

TimothyElder commented 9 months ago

Has there been any progress on this? I am still getting the warning:

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.

on macOS Ventura 13.3 as of 12/13/2023.

Etrit1 commented 9 months ago

Yah, I'd also like this to be fixed. In theory we could just install Natifier ourselves but it failed on my computer. Well, one of the 10 things that it installs failed and besides that, I don't get how to do stuff like that.

DavidMaza commented 9 months ago

To suppress it for the time being:

On your local installation, modify: resources\app\appnativefier.json

Change: "disableOldBuildWarning":"false"

To: "disableOldBuildWarning":"true"