From b526f6fcdd1e519e1e54336bc9b21794e08ba585 Mon Sep 17 00:00:00 2001 From: Graham Barber Date: Sat, 4 Oct 2025 12:27:48 -0700 Subject: [PATCH] add default export paths --- export_presets.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index 1454909..55b2ace 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -9,7 +9,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="export/linux.zip" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -52,7 +52,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="export/macos.zip" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -307,7 +307,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="export/windows.zip" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -375,7 +375,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="export/web/index.html" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters=""