James Kominick
James Kominick
Ah, I see why it's working - when you send an `accept: application/octet-stream` in the request github will return the asset's content instead of the info as json: ``` curl...
Either or - You could do it here or in a new PR, up to you
hm, yeah sorry I missed that - guess everything's all set already
Interesting. Can you confirm (or share a link to your release) whether `curl`ing your release with an `-H 'accept: application/octet-stream'` and the `asset["url"]` still results in a json document being...
Ah, I see. Yes, I agree that it would be better if the header was set automatically. Could you make that change here or in a new PR?
That's... interesting. I'll merge your recent #46 in the meantime since it looks benign. I guess we should switch to defaulting to rustls and add an openssl feature instead
Seems like a good idea. Maybe implemented as some struct that you pass a file path to where it can look for and save the last timestamp at which it...
I think I ran into this issue before myself and ended up adding some code to the github backend to auto-set ssl cert locations. See https://github.com/jaemk/self_update/blob/579fc50882b3df7800bd67c0d752cadb298055d1/src/macros.rs#L12 . This might be...
This currently isn’t supported, but a pull request to add the functionality would be welcomed!
hey @Nickhoyer , could you try using some variation of the code in the docs here https://github.com/jaemk/self_update/blob/cf0a017f058bbeaf63ad680ff8c5a60513efad8c/src/lib.rs#L92 and tell it to move the downloaded/extracted file to some location that isn't...