imjp94 / gd-plug

Minimal plugin manager for Godot
MIT License
215 stars 15 forks source link

add an example for using releases instead of a repo #35

Closed yankscally closed 2 months ago

yankscally commented 2 months ago

using plug("godot-jolt/godot-jolt") doesn't work, as it is the GDExtension source code.

yankscally commented 2 months ago

its in a zip here... any ideas?

https://github.com/godot-jolt/godot-jolt/releases/download/v0.13.0-stable/godot-jolt_v0.13.0-stable.zip

imjp94 commented 2 months ago

No, installing compiled binaries from github release is not supported, see #26

Closing as duplicate of #26