Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions addons/mod_loader/mod_loader_setup.gd
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ func get_combined_global_script_class_cache() -> ConfigFile:
func get_gdre_path() -> String:
if OS.get_name() == "Windows":
return "vendor/GDRE/gdre_tools.exe"
if OS.get_name() == "Linux":
return "vendor/GDRE/gdre_tools.x86_64"

return ""

Expand Down