okay
| -rw-r--r-- | export_presets.cfg | 6 | ||||
| -rw-r--r-- | exports/.gdignore | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/export_presets.cfg b/export_presets.cfg index 0b9acd7..17457f7 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="../mosxchata/chatapp.zip" +export_path="exports/Mac.zip" script_export_mode=1 script_encryption_key="" @@ -40,7 +40,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="exports/Linux.x86_64" script_export_mode=1 script_encryption_key="" @@ -65,7 +65,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="exports/HTML.html" script_export_mode=1 script_encryption_key="" diff --git a/exports/.gdignore b/exports/.gdignore new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/exports/.gdignore @@ -0,0 +1 @@ + |