Added export presets
This commit is contained in:
119
godot/export_presets.cfg
Normal file
119
godot/export_presets.cfg
Normal file
@@ -0,0 +1,119 @@
|
||||
[preset.0]
|
||||
|
||||
name="linux_demo"
|
||||
platform="Linux/X11"
|
||||
runnable=true
|
||||
custom_features="demo, nsfw"
|
||||
export_filter="all_resources"
|
||||
include_filter="*.json, *.ttf, *.txt, astream/*"
|
||||
exclude_filter=""
|
||||
export_path="../export/office-demo-linux.x86_64"
|
||||
script_export_mode=0
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.0.options]
|
||||
|
||||
custom_template/debug="../src/godot/bin/godot.x11.opt.debug.64"
|
||||
custom_template/release="../src/godot/bin/godot.x11.opt.64"
|
||||
binary_format/64_bits=true
|
||||
binary_format/embed_pck=true
|
||||
texture_format/bptc=true
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=true
|
||||
texture_format/etc2=true
|
||||
texture_format/no_bptc_fallbacks=false
|
||||
|
||||
[preset.1]
|
||||
|
||||
name="linux_release"
|
||||
platform="Linux/X11"
|
||||
runnable=false
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter="*.json, *.ttf, *.txt, astream/*"
|
||||
exclude_filter=""
|
||||
export_path=""
|
||||
script_export_mode=0
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.1.options]
|
||||
|
||||
custom_template/debug="/home/slapin/godot-projects/office/src/godot/bin/godot.x11.opt.debug.64"
|
||||
custom_template/release="/home/slapin/godot-projects/office/src/godot/bin/godot.x11.opt.64"
|
||||
binary_format/64_bits=true
|
||||
binary_format/embed_pck=true
|
||||
texture_format/bptc=true
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=true
|
||||
texture_format/etc2=true
|
||||
texture_format/no_bptc_fallbacks=false
|
||||
|
||||
[preset.2]
|
||||
|
||||
name="linux_demo_sfw"
|
||||
platform="Linux/X11"
|
||||
runnable=false
|
||||
custom_features="demo"
|
||||
export_filter="all_resources"
|
||||
include_filter="*.json, *.ttf, *.txt, astream/*"
|
||||
exclude_filter=""
|
||||
export_path=""
|
||||
script_export_mode=0
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.2.options]
|
||||
|
||||
custom_template/debug="../src/godot/bin/godot.x11.opt.debug.64"
|
||||
custom_template/release="../src/godot/bin/godot.x11.opt.64"
|
||||
binary_format/64_bits=true
|
||||
binary_format/embed_pck=true
|
||||
texture_format/bptc=true
|
||||
texture_format/s3tc=true
|
||||
texture_format/etc=true
|
||||
texture_format/etc2=true
|
||||
texture_format/no_bptc_fallbacks=false
|
||||
|
||||
[preset.3]
|
||||
|
||||
name="windows_demo"
|
||||
platform="Windows Desktop"
|
||||
runnable=true
|
||||
custom_features="demo, nsfw"
|
||||
export_filter="all_resources"
|
||||
include_filter="*.json, *.ttf, *.txt, astream/*"
|
||||
exclude_filter=""
|
||||
export_path="../export/office-demo-windows.x86_64.exe"
|
||||
script_export_mode=0
|
||||
script_encryption_key=""
|
||||
|
||||
[preset.3.options]
|
||||
|
||||
custom_template/debug="../src/godot/bin/godot.windows.opt.debug.64.exe"
|
||||
custom_template/release="../src/godot/bin/godot.windows.opt.64.exe"
|
||||
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_type=0
|
||||
codesign/identity=""
|
||||
codesign/password=""
|
||||
codesign/timestamp=true
|
||||
codesign/timestamp_server_url=""
|
||||
codesign/digest_algorithm=1
|
||||
codesign/description=""
|
||||
codesign/custom_options=PoolStringArray( )
|
||||
application/modify_resources=true
|
||||
application/icon=""
|
||||
application/icon_interpolation=4
|
||||
application/file_version=""
|
||||
application/product_version=""
|
||||
application/company_name=""
|
||||
application/product_name=""
|
||||
application/file_description=""
|
||||
application/copyright=""
|
||||
application/trademarks=""
|
||||
|
||||
Reference in New Issue
Block a user