From 26d9719c371ef97f07bcfe537523bb43c6e0dfc8 Mon Sep 17 00:00:00 2001 From: Sergey Lapin Date: Tue, 28 May 2024 18:45:36 +0300 Subject: [PATCH] Updated ARM export settings --- godot/export_presets.cfg | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/godot/export_presets.cfg b/godot/export_presets.cfg index 31dc701..d53b89e 100644 --- a/godot/export_presets.cfg +++ b/godot/export_presets.cfg @@ -117,3 +117,47 @@ application/file_description="" application/copyright="" application/trademarks="" +[preset.4] + +name="linux_demo_arm" +platform="Linux/X11" +runnable=true +custom_features="demo, nsfw" +export_filter="all_resources" +include_filter="*.json, *.ttf, *.txt, *.ini, astream/*" +exclude_filter="" +export_path="../export/demo.arm64" +script_export_mode=0 +script_encryption_key="" + +[preset.4.options] +custom_template/debug="../src/godot/bin/godot.x11.opt.debug.arm64" +custom_template/release="../src/godot/bin/godot.x11.opt.arm64" +binary_format/64_bits=true +binary_format/embed_pck=true +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=true +texture_format/etc2=true +texture_format/no_bptc_fallbacks=true +codesign/enable=false +codesign/identity_type=0 +codesign/identity="" +codesign/password="" +codesign/timestamp=true +codesign/timestamp_server_url="" +codesign/digest_algorithm=1 +codesign/description="" +codesign/custom_options=PoolStringArray( ) +application/modify_resources=true +application/icon="" +application/icon_interpolation=4 +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="" +application/file_description="" +application/copyright="" +application/trademarks="" + +