KoBeWi / Godot-Auto-Export-Version

Plugin for Godot that automatically updates your version every time you export the project.
https://godotengine.org/asset-library/asset/1430
MIT License
50 stars 4 forks source link

Add git-through-WSL support #11

Open smedelyan opened 2 months ago

smedelyan commented 2 months ago

Hi :)

I have git installed in my WSL and not on Windows directly. It's an easy tweak to invoke bash -c '<git commands>', so maybe you'd like to also add that as an available built-in.

Feel free to close this issue to your own wish, this is just a suggestion

KoBeWi commented 2 months ago

This could be an argument to the git methods. Not sure if it's worth it though, you are the first person to have this problem.