From 245da6c1c82558e06ae61b9261ee3af4428c0d58 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Tue, 1 Apr 2025 14:10:15 +0300 Subject: [PATCH] Updated export config --- export_presets.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index e0e80f5..7a4d83c 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="../../Desktop/Lightcycles.exe" +export_path="./Lightcycles.exe" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -76,7 +76,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../Desktop/Lightcycles.x86_64" +export_path="./Lightcycles.x86_64" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -118,7 +118,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../Desktop/Lightcycles.dmg" +export_path="./Lightcycles.app" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -129,7 +129,7 @@ script_export_mode=2 [preset.2.options] -export/distribution_type=1 +export/distribution_type=0 binary_format/architecture="universal" custom_template/debug="" custom_template/release="" @@ -141,7 +141,7 @@ application/signature="" application/app_category="Games" application/short_version="" application/version="" -application/copyright="" +application/copyright="purplebirdman" application/copyright_localized={} application/min_macos_version_x86_64="10.12" application/min_macos_version_arm64="11.00" @@ -372,7 +372,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../Desktop/index.html" +export_path="./index.html" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" -- 2.47.2