noidexe / godot-version-manager

Download, Install and Manage any version of Godot Engine from a simple app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get project icon path from project.godot instead of hardcoding "icon.png"

noidexe opened this issue · comments

Right now if you add a Godot project GVM tries to load the project icon, but it's just looking for icon.png in the project folder. It should parse project.godot and get the proper path

Fixed by #44