diff options
| author | dam <dam@gudinoff> | 2022-04-14 09:09:17 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-04-14 09:09:17 +0000 |
| commit | 08b6f5a76c530b83acef39ec14f6d3b1e508964c (patch) | |
| tree | 303c39a8337feffa55816831daaeba63453c3873 | |
| parent | 4534e6c5d0981972b3174dd82c0d7ba5aadb5139 (diff) | |
| download | surgery-log-08b6f5a76c530b83acef39ec14f6d3b1e508964c.tar.zst surgery-log-08b6f5a76c530b83acef39ec14f6d3b1e508964c.zip | |
Added windows and linux export presets.
| -rw-r--r-- | export_presets.cfg | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/export_presets.cfg b/export_presets.cfg index b515f71..62e8bcb 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -203,3 +203,69 @@ permissions/write_sms=false permissions/write_social_stream=false permissions/write_sync_settings=false permissions/write_user_dictionary=false + +[preset.1] + +name="linux" +platform="Linux/X11" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="build/surgery_log.x64" +script_export_mode=1 +script_encryption_key="" + +[preset.1.options] + +custom_template/debug="" +custom_template/release="" +binary_format/64_bits=true +binary_format/embed_pck=true +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true + +[preset.2] + +name="windows" +platform="Windows Desktop" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="build/surgery_log.exe" +script_export_mode=1 +script_encryption_key="" + +[preset.2.options] + +custom_template/debug="" +custom_template/release="" +binary_format/64_bits=true +binary_format/embed_pck=true +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true +codesign/enable=false +codesign/identity="" +codesign/password="" +codesign/timestamp=true +codesign/timestamp_server_url="" +codesign/digest_algorithm=1 +codesign/description="" +codesign/custom_options=PoolStringArray( ) +application/icon="res://icons/icon.png" +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="" +application/file_description="" +application/copyright="" +application/trademarks="" |
