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!
master
Dominique Merle 4 years ago
parent d2730e4499
commit 4c138f14dd

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

Loading…
Cancel
Save