From d2730e449964f81c4df5808f4085d617727015d9 Mon Sep 17 00:00:00 2001 From: domi41 Date: Thu, 10 Sep 2020 19:12:33 +0200 Subject: [PATCH] feat(export): add linux exporting presets --- export_presets.cfg | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/export_presets.cfg b/export_presets.cfg index b9c8143..3780602 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -30,7 +30,7 @@ custom_features="" export_filter="all_resources" include_filter="*.xml" exclude_filter="" -export_path="builds/MajorityJudgment.apk" +export_path="builds/MajorityJudgment-0.1.0-debug.apk" patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" @@ -223,3 +223,29 @@ permissions/write_sms=false permissions/write_social_stream=false permissions/write_sync_settings=false permissions/write_user_dictionary=false + +[preset.2] + +name="Linux/X11" +platform="Linux/X11" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="builds/linux/majority-judgment-v0.1.0.x86_64" +patch_list=PoolStringArray( ) +script_export_mode=1 +script_encryption_key="" + +[preset.2.options] + +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true +binary_format/64_bits=true +binary_format/embed_pck=true +custom_template/release="" +custom_template/debug=""