imjp94 / gd-plug

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

Failed to run post update method #13

Closed univeous closed 1 year ago

univeous commented 1 year ago
SCRIPT ERROR: Invalid get index 'do' (on base: 'Dictionary').
          at: install (res://addons/gd-plug/plug.gd:433)
univeous commented 1 year ago

Actually #14 will not fix this, it's just a typo fix in README. I have no idea what does plugin.do mean here so I have no clue how to fix it 🥲 https://github.com/imjp94/gd-plug/blob/cab046679de787f30ece8915a913a38bd0fc44e1/addons/gd-plug/plug.gd#LL433C77-L433C77

imjp94 commented 1 year ago

I have not idea what it is XD, but I just fixed it in #16, should works fine now. Try executing upgrade command, it should pull the latest update from master branch