git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.45k stars 1.24k forks source link

How to disable automatic upgrade? #916

Closed YunshuaiPeng closed 1 year ago

YunshuaiPeng commented 1 year ago

hi, I want to know how to disable automatic upgrade?

lucasderraugh commented 1 year ago

In Terminal, run "defaults read co.gitup.mac".

If you have enabled it previously then there should be an entry SUAutomaticallyUpdate = 1;

To make Sparkle ask again simply run defaults delete co.gitup.mac SUAutomaticallyUpdate and it will reset to prompt you for updates but not automatically install them.