You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same for me. This feature would be great for my deployment. We are using Rocketchat in an virtualized enviroment and users cannot update the client on their own.
Can this also be made to work for MacOS? Using #523, #449, #603, and #822 as rough guides, and my own installation, I placed { "autoUpdate": false } in an update-info.json file at ~/Library/Application Support/Rocket.Chat/__update__/update-info.json but was still greeted with an update dialog on first open (to 2.17.0 which does not open on MacOS currently.)
edit:
Looking closer, maybe this needs to just be update.json in the root of ~/Library/Application Support/Rocket.Chat/ ?
My Setup
Description
I'm trying to disable update notifications using the update.json file with:
{ "autoUpdate": false }
This works in the appdata folder but not in the install directory.
I've tried it in both the root folder and resources folder but neither work.
The text was updated successfully, but these errors were encountered: