-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autoupdate to manifest url #5977
Comments
Unfortunately, this feature is not available in Scoop now. You need to create a manifest containing the correct version. |
Could i start development on this myself?
For me adding buckets takes more time than installing the actual app and is really bothersome especially since i have to do this on multiple machines and wastes a bunch of time. Hope you consider allowing me to develop this feature! |
Sorry for the many messages but i have been looking around in the source and i think i have found an easier way of just implementing the original feature i was looking for. Lines 1174 to 1180 in d337bb1
Changing this regex to
(removing the Looking forward to your feedback! |
You are right, please submit a PR and I'll review it. |
Hello everyone!
I was wondering if there was any way i could use the
autoupdate
name@version feature with a manifest specified as a path and not from a bucket.For example lets say i have a
manifest.json
that has anautoupdate
field. If I were to run:scoop install ./manifest.json@20
I would receive the error:
Couldn't find manifest for 'manifestjson@20'
Is there any workaround to this? Any flags i could set?
The text was updated successfully, but these errors were encountered: