From 21519da4d81c501238f9cec6f29abcb092733822 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sat, 15 Nov 2025 18:54:24 +1000 Subject: [PATCH] include version.txt with export --- src/SharpIDE.Godot/export_presets.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SharpIDE.Godot/export_presets.cfg b/src/SharpIDE.Godot/export_presets.cfg index 6ea53b3..6004c41 100644 --- a/src/SharpIDE.Godot/export_presets.cfg +++ b/src/SharpIDE.Godot/export_presets.cfg @@ -7,7 +7,7 @@ advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="" +include_filter="version.txt" exclude_filter="" export_path="../../artifacts/publish-godot/osx/SharpIDE.zip" patches=PackedStringArray() @@ -265,7 +265,7 @@ advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="" +include_filter="version.txt" exclude_filter="" export_path="../../artifacts/publish-godot/win/SharpIDE.exe" patches=PackedStringArray() @@ -336,7 +336,7 @@ advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="" +include_filter="version.txt" exclude_filter="" export_path="../../artifacts/publish-godot/linux/SharpIDE.x86_64" patches=PackedStringArray()