From 1c5b022b9ecd84a3ec77f3839da31dde6b714f25 Mon Sep 17 00:00:00 2001 From: Hazel Snider Date: Wed, 18 Jan 2023 14:33:59 -0500 Subject: [PATCH] set up exports build path and gitignore it --- .gitignore | 1 + export_presets.cfg | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3a96203..86148ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .import/ +build/ \ No newline at end of file diff --git a/export_presets.cfg b/export_presets.cfg index c291ebc..16e8b66 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -7,7 +7,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="build/windows/Hero Mark 2.exe" script_export_mode=1 script_encryption_key="" @@ -31,7 +31,7 @@ codesign/timestamp_server_url="" codesign/digest_algorithm=1 codesign/description="" codesign/custom_options=PoolStringArray( ) -application/modify_resources=true +application/modify_resources=false application/icon="" application/file_version="" application/product_version="" @@ -50,7 +50,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="build/linux/Hero Mark 2.x86_64" script_export_mode=1 script_encryption_key="" @@ -75,7 +75,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="build/html5/index.html" script_export_mode=1 script_encryption_key=""