diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-06-03 21:03:52 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-06-03 21:03:52 +0200 |
commit | b98166b28c47cccff731d30959b8250fb27ff408 (patch) | |
tree | b898150a8a45e7c0d814459e7f12f39429acefeb /game/addons | |
parent | cef940108fe15752c3ef66f43f5169403fa2f71d (diff) |
Update file contents according to reorganization
Diffstat (limited to 'game/addons')
-rw-r--r-- | game/addons/openvic-plugin/ReleaseExportEditorPlugin.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/addons/openvic-plugin/ReleaseExportEditorPlugin.gd b/game/addons/openvic-plugin/ReleaseExportEditorPlugin.gd index ac6c5bc..5deb761 100644 --- a/game/addons/openvic-plugin/ReleaseExportEditorPlugin.gd +++ b/game/addons/openvic-plugin/ReleaseExportEditorPlugin.gd @@ -9,7 +9,7 @@ func _get_name(): return "OpenVic-ReleaseExportEditorPlugin" func _export_file(path: String, type: String, features: PackedStringArray) -> void: - if path != "res://src/Utility/GIT_INFO.gd": return + if path != "res://src/GIT_INFO.gd": return var GitInfoScript : String = "" _get_commit_long() _get_commit_short() |