From 4c138f14dd93e9005946c5a54df2582bd0cbaaf7 Mon Sep 17 00:00:00 2001 From: domi41 Date: Thu, 10 Sep 2020 19:22:23 +0200 Subject: [PATCH] feat(export): add export presets for windows 64 Initial reports are "seems to be working". Big thanks to Steven Universe for testing this in the minute it was available! --- export_presets.cfg | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/export_presets.cfg b/export_presets.cfg index 3780602..6880d91 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -249,3 +249,45 @@ binary_format/64_bits=true binary_format/embed_pck=true custom_template/release="" custom_template/debug="" + +[preset.3] + +name="Windows Desktop" +platform="Windows Desktop" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="builds/windows/majority-judgment-v0.1.0.64bits..exe" +patch_list=PoolStringArray( ) +script_export_mode=1 +script_encryption_key="" + +[preset.3.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="" +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="" +application/file_version="0.1.0" +application/product_version="0.1.0" +application/company_name="MieuxVoter" +application/product_name="Majority Judgment" +application/file_description="Organize majority judgment polls in your video stream." +application/copyright="" +application/trademarks=""