Updating export presets again
All checks were successful
godot-ci export / Prepare Build Assets (push) Successful in 1m21s
godot-ci export / Linux Export (push) Successful in 43s
godot-ci export / Windows Export (push) Successful in 48s
godot-ci export / Steam Publish (push) Successful in 1m10s

This commit is contained in:
2025-07-07 07:38:37 -07:00
parent 1318cdf40b
commit fc040a750c
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@
/android/ /android/
build/bin/* build/bin/*
# build/build_dependencies/export_templates/* build/build_dependencies/export_templates/*

View File

@ -24,7 +24,7 @@ custom_template/debug="build/build_dependencies/export_templates/windows_debug_x
custom_template/release="build/build_dependencies/export_templates/windows_release_x86_64.exe" custom_template/release="build/build_dependencies/export_templates/windows_release_x86_64.exe"
debug/export_console_wrapper=1 debug/export_console_wrapper=1
binary_format/embed_pck=false binary_format/embed_pck=false
texture_format/s3tc_bptc=false texture_format/s3tc_bptc=true
texture_format/etc2_astc=false texture_format/etc2_astc=false
binary_format/architecture="x86_64" binary_format/architecture="x86_64"
codesign/enable=false codesign/enable=false