-
-
Notifications
You must be signed in to change notification settings - Fork 80
Downloading updates from http source doesnt work #309
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
Comments
Can you show the complete output, the complete error message including stack trace? |
I got the same error when using http source, thought I'd post here instead of opening a new issue. Here's the error message, and stack trace: Edit: |
Is there a way to use a GitHub release as the update source instead of the repository itself? |
Hmm.. sorry for the late response. There seems to be sth. weird with detecting the correct url. It would be nice to see what the output/response of your |
For GitHub, you can select a branch to update from or a release/tag. |
when trying to download a release i get this error
cURL error 3: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http:update-server.localhostv1.0.1.zip
this is my env
SELF_UPDATER_VERSION_INSTALLED=1.0
SELF_UPDATER_SOURCE=http
SELF_UPDATER_PKG_FILENAME_FORMAT=v_VERSION_
SELF_UPDATER_REPO_URL=http://update-server.localhost/
SELF_UPDATER_DOWNLOAD_PATH=/tmp
it looks like your regular expression is deforming the repo url
The text was updated successfully, but these errors were encountered: