From: Clifton Palmer Date: Tue, 1 Apr 2025 11:17:48 +0000 (+0300) Subject: Updated export config options X-Git-Tag: 0.1.1 X-Git-Url: http://git.purplebirdman.com/wolf-seeking-sheep.git/commitdiff_plain/HEAD?ds=sidebyside Updated export config options --- diff --git a/export_presets.cfg b/export_presets.cfg index b3887f7..2aedb08 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="../build/mac/wolf-seeking-sheep.dmg" +export_path="./wolf-seeking-sheep.app" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -27,12 +27,12 @@ custom_template/release="" debug/export_console_wrapper=1 application/icon="" application/icon_interpolation=4 -application/bundle_identifier="com.wolf-seeking-sheep" +application/bundle_identifier="com.purplebirdman.wolf-seeking-sheep" 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" @@ -263,7 +263,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../build/windows/wolf-seeking-sheep.exe" +export_path="./wolf-seeking-sheep.exe" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -279,7 +279,7 @@ custom_template/release="" debug/export_console_wrapper=1 binary_format/embed_pck=true texture_format/s3tc_bptc=true -texture_format/etc2_astc=false +texture_format/etc2_astc=true binary_format/architecture="x86_64" codesign/enable=false codesign/timestamp=true @@ -330,7 +330,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../build/web/index.html" +export_path="./index.html" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -374,7 +374,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../build/linux/wolf-seeking-sheep.x86_64" +export_path="./wolf-seeking-sheep.x86_64" patches=PackedStringArray() encryption_include_filters="" encryption_exclude_filters="" @@ -390,7 +390,7 @@ custom_template/release="" debug/export_console_wrapper=1 binary_format/embed_pck=true texture_format/s3tc_bptc=true -texture_format/etc2_astc=false +texture_format/etc2_astc=true binary_format/architecture="x86_64" ssh_remote_deploy/enabled=false ssh_remote_deploy/host="user@host_ip"