jgraph / drawio-desktop

Official electron build of draw.io
https://www.diagrams.net
Apache License 2.0
50.03k stars 4.97k forks source link

Disable Auto Update Check startup #1734

Closed pieewiee closed 3 months ago

pieewiee commented 4 months ago

Is your feature request related to a problem? Please describe. we would like to rollout draw.IO in our environment and don't want to users to see that there is a new version available. This would limit the support requests.

Describe the solution you'd like Disable the Update for a new version check on startup. This setting need to be defined on a machine level.

Unbenannt

m-mohamedin commented 4 months ago

This can be achieved via an environment variable DRAWIO_DISABLE_UPDATE=true

davidjgraph commented 3 months ago

24.5.1 adds the startup parameter --disable-update.

KRread commented 3 months ago

Thanks David for the update. The startup parameter does work in v24.5.1+ . Do you have any recommendation/leads on how this startup parameter can be defaulted in the package for macos or something similar to environment variables in windows that can be used for mac users ? thanks

davidjgraph commented 3 months ago

https://www.google.com/search?client=firefox-b-d&q=setting+environment+variables+macos

https://www.google.com/search?q=how+to+start+app+on+macos+with+parameters