hiulit / GDScriptify

A magical documentation tool for GDScript.
MIT License
48 stars 5 forks source link

LICENSE_GDSCRIPTIFY.txt gets created in the wrong place #4

Open nyxkn opened 2 years ago

nyxkn commented 2 years ago

Issue

Running gdscriptify with no arguments from the main folder of a standard Godot project creates this license file a directory above.

E.g. if the godot project is in ~/workspace/godot-project:

cd ~/workspace/godot-project
gdscriptify

And we end up with the license file at ~/workspace/LICENSE_GDSCRIPTIFY.txt

But I assume the intended destination should have been ~/workspace/godot-project?

Thoughts

I'm not a license expert but I don't think this license file should need to be created/included in the first place. By using gdscriptify as a tool we are not redistributing it so we shouldn't need to provide its license.

hiulit commented 2 years ago

Thank you for bringing this up! Yeah, I think you are right. I'm not a license expert either but I don't think it should be there. Anyway, you should know that I'm moving this project to a proper Godot plugin :) I'll let you know when it's avaialble.

nyxkn commented 2 years ago

Sounds good, looking forward to that! Great project.