From e6740519a6be89f63acfb50295b6faf76ded0dea Mon Sep 17 00:00:00 2001 From: rom Date: Mon, 26 Apr 2021 19:07:47 +0200 Subject: exports --- .../icon.png-464b8e73edef24aef596c3cbcca7231d.md5 | 3 ++ .../icon.png-464b8e73edef24aef596c3cbcca7231d.stex | Bin 0 -> 3413 bytes export_presets.cfg | 48 +++++++++++++++++++-- 3 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 .import/icon.png-464b8e73edef24aef596c3cbcca7231d.md5 create mode 100644 .import/icon.png-464b8e73edef24aef596c3cbcca7231d.stex diff --git a/.import/icon.png-464b8e73edef24aef596c3cbcca7231d.md5 b/.import/icon.png-464b8e73edef24aef596c3cbcca7231d.md5 new file mode 100644 index 0000000..7b61c3e --- /dev/null +++ b/.import/icon.png-464b8e73edef24aef596c3cbcca7231d.md5 @@ -0,0 +1,3 @@ +source_md5="47313fa4c47a9963fddd764e1ec6e4a8" +dest_md5="2ded9e7f9060e2b530aab678b135fc5b" + diff --git a/.import/icon.png-464b8e73edef24aef596c3cbcca7231d.stex b/.import/icon.png-464b8e73edef24aef596c3cbcca7231d.stex new file mode 100644 index 0000000..3ca6461 Binary files /dev/null and b/.import/icon.png-464b8e73edef24aef596c3cbcca7231d.stex differ diff --git a/export_presets.cfg b/export_presets.cfg index 795dc14..de07c37 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -200,14 +200,14 @@ permissions/write_user_dictionary=false [preset.1] -name="HTML5" +name="html" platform="HTML5" runnable=true custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="build/html/index.html" script_export_mode=1 script_encryption_key="" @@ -225,7 +225,7 @@ html/experimental_virtual_keyboard=false [preset.2] -name="Linux/X11" +name="linux" platform="Linux/X11" runnable=true custom_features="" @@ -247,3 +247,45 @@ texture_format/s3tc=true texture_format/etc=false texture_format/etc2=false texture_format/no_bptc_fallbacks=true + +[preset.3] + +name="windows" +platform="Windows Desktop" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="build/windows.exe" +script_export_mode=1 +script_encryption_key="" + +[preset.3.options] + +custom_template/debug="" +custom_template/release="" +binary_format/64_bits=true +binary_format/embed_pck=false +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_type=0 +codesign/identity="" +codesign/password="" +codesign/timestamp=true +codesign/timestamp_server_url="" +codesign/digest_algorithm=1 +codesign/description="" +codesign/custom_options=PoolStringArray( ) +application/icon="" +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="" +application/file_description="" +application/copyright="" +application/trademarks="" -- cgit