bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.54k stars 146 forks source link

Fix relative paths in CLI #24

Closed nikitalita closed 3 years ago

nikitalita commented 3 years ago

Relative paths now work with CLI extract. We get the initial execution directory for the program, and then use that as the relative root instead of CWD. Synced to https://github.com/godotengine/godot/commit/fe7559f751e81b21da2eb8252123f384b8a8622d

bruvzg commented 3 years ago

Thanks!