问题
I want that when my Meteor App detected server changes, it will show a confirm dialog to the user whether to update or not. If the user choose "no", the App will not update itself even it is restarted. Then the user will have to press an update button on the settings page for example if he wants to update in the future.
Now I know how to popup the confirm dialog (How to upgrade a meteor app), but still having no idea about suppressing the auto-update mechanism (HCP) when the App is restarted.
来源:https://stackoverflow.com/questions/45135240/how-to-suppress-the-auto-upgrade-mechanism-of-meteor-app