Precedent for configuring user settings? #4605
-
I've been thinking about the issue of applications that have built-in auto updaters. I was wondering if there is any precedent with other apps registered here where there is some mechanism for configuring user settings. For instance, if the auto updating application has a configuration setting to disable auto update is that something we'd want Scoop to configure for the user (either automatically or optionally)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
the applications that can be configured to disable built-in updates are mostly disabled. for use built-in updater: |
Beta Was this translation helpful? Give feedback.
-
You can use https://github.com/ScoopInstaller/Extras/blob/5b3dc7f7b5b5dd87529312b878769491bd5ef22f/bucket/potplayer.json#L44 |
Beta Was this translation helpful? Give feedback.
You can use
isntaller
/pre_install
/post_install
to turn off apps' built-in updates if they have the settings allowing to do that.https://github.com/ScoopInstaller/Extras/blob/5b3dc7f7b5b5dd87529312b878769491bd5ef22f/bucket/potplayer.json#L44
https://github.com/ScoopInstaller/Extras/blob/849596cfb144236c2d76ea7c2d5c7071d2313f70/bucket/free-manga-downloader2.json#L17