From 0cf084134418add66316b7b374571fb9b385f116 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Fri, 14 Nov 2025 23:38:33 +1000 Subject: [PATCH] Update export output path --- 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 fd5a024..707bec7 100644 --- a/src/SharpIDE.Godot/export_presets.cfg +++ b/src/SharpIDE.Godot/export_presets.cfg @@ -9,7 +9,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../../../SharpIdeExport/SharpIDE.dmg" +export_path="../../artifacts/publish-godot/osx/SharpIDE.dmg" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -267,7 +267,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../SharpIDE.exe" +export_path="../../artifacts/publish-godot/win/SharpIDE.exe" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -338,7 +338,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../Export/SharpIDE.x86_64" +export_path="../../artifacts/publish-godot/linux/SharpIDE.x86_64" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters=""