From 5eec672f0b3d12f56c79a5ebedf47c5ff88d1adf Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 26 Feb 2023 21:28:28 +0100 Subject: [PATCH] add linux export --- export_presets.cfg | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/export_presets.cfg b/export_presets.cfg index 578c44a..380a53c 100755 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -7,7 +7,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="build/windows/jeu.exe" +export_path="build/windows/boups.exe" script_export_mode=1 script_encryption_key="" @@ -75,3 +75,28 @@ progressive_web_app/icon_144x144="" progressive_web_app/icon_180x180="" progressive_web_app/icon_512x512="" progressive_web_app/background_color=Color( 0, 0, 0, 1 ) + +[preset.2] + +name="Linux/X11" +platform="Linux/X11" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="build/linux/boups.x86_64" +script_export_mode=1 +script_encryption_key="" + +[preset.2.options] + +custom_template/debug="" +custom_template/release="" +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