QodotPlugin / qodot-plugin

(LEGACY) Quake .map support for Godot 3.x
MIT License
960 stars 70 forks source link

Missing .dll for Windows? Failed to install from AssetLib #89

Closed tjanok closed 4 years ago

tjanok commented 4 years ago

When using 3.2 w/32bit (or 64bit). Installing into a fresh project, the addon fails to install and the console dumps "can't open dynamic library ..../libqodot.dll". image

Shfty commented 4 years ago

This is down to the Qodot asset library only being able to download repo source zips, rather than releases.

I've added an automatic dependency downloader to 1.6.4 and set the CI providers up to automate tagged releases. Should prevent the issue going forward.