feat(export): add linux exporting presets

master
Dominique Merle 4 years ago
parent 2c1784d864
commit d2730e4499

@ -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=""

Loading…
Cancel
Save