Files
chemo-sim/export_presets.cfg
T
zwitschi 31e03335cb
Build / Export windows (push) Failing after 5m8s
Build / Export linux (push) Failing after 5s
Update CHANGELOG and add export presets and icon files
- Expanded CHANGELOG with project scaffolding and core tech details.
- Added export presets configuration for Windows and Linux.
- Introduced placeholder icon.svg for project branding.
- Corrected application resource modification setting in export presets.
2026-05-30 13:11:33 +02:00

71 lines
1.6 KiB
INI

[preset.0]
name="Windows Desktop"
platform="Windows Desktop"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="build/windows/chemo-sim.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
[preset.0.options]
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=1
binary_format/embed_pck=false
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
binary_format/architecture="x86_64"
codesign/enable=false
application/modify_resources=false
application/icon=""
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version=""
application/product_version="0.1.0"
application/company_name="chemo-sim"
application/product_name="chemo-sim"
application/file_description="You Get Chemo"
application/copyright=""
application/trademarks=""
application/export_angle=0
application/export_d3d12=0
[preset.1]
name="Linux"
platform="Linux"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="build/linux/chemo-sim.x86_64"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
[preset.1.options]
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=1
binary_format/embed_pck=false
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
binary_format/architecture="x86_64"
ssh_remote_deploy/enabled=false