kobaltcore / renkit

A collection of tools to help you organise and use Ren'Py instances from the command line. Especially useful for headless servers.
MIT License
26 stars 2 forks source link

Missing SSL support #5

Closed InfiniteCanvas closed 2 years ago

InfiniteCanvas commented 2 years ago

Input: ./renutil install -v 7.4.11 Output:

Downloading RAPT
httpclient.nim(886)      newConnection
Error: unhandled exception: SSL support is not available. Cannot connect over SSL. Compile with -d:ssl to enable. [HttpRequestError]

Debian Bullseye, x86_64 using v1.2.0

kobaltcore commented 2 years ago

Whoops, looks like I messed up the build flags when I refactored the build commands, apologies. I'll make a new release with SSL support enabled in a couple minutes.

InfiniteCanvas commented 2 years ago

Thanks a lot. I'm glad I found your project, it makes a few things a lot easier.

kobaltcore commented 2 years ago

No problem. v1.2.1 is now available, give it a whirl and let me know whether that one works. It should, but always best to verify.

InfiniteCanvas commented 2 years ago

Installation works like a charm. I'll give building a try later. Thank you for the quick fix!

kobaltcore commented 2 years ago

Nice, I'll close this issue then. If you run into any other problems, feel free to open a new issue where required.

InfiniteCanvas commented 2 years ago

Tried automated building. Everything works like it should, this makes CI/CD a loot easier. Great stuff!

kobaltcore commented 2 years ago

That's good to hear :) I'm still working on adding more features to this (next up is getting notarization to work as part of the build process, after that is custom build tasks), so you can look forward to expanded capabilities soon-ish.