summaryrefslogtreecommitdiffstats
path: root/editor/editor_export.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-03-18 14:34:42 +0100
committerGitHub <noreply@github.com>2022-03-18 14:34:42 +0100
commitcc1bc09090c24261a3a80a36cd489952387f1c36 (patch)
tree77d50444c45d81975fd782692b190c6b9a4d484e /editor/editor_export.cpp
parent5c8bd6fd71ac289415f0ff670442cd52bdc0d52b (diff)
parentf0315c28a8b126dfd64f0db2753d92e1b547607f (diff)
downloadredot-engine-cc1bc09090c24261a3a80a36cd489952387f1c36.tar.gz
Merge pull request #58455 from bruvzg/export_script
Diffstat (limited to 'editor/editor_export.cpp')
-rw-r--r--editor/editor_export.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_export.cpp b/editor/editor_export.cpp
index 02495252bc..3c2c7232f8 100644
--- a/editor/editor_export.cpp
+++ b/editor/editor_export.cpp
@@ -1763,6 +1763,8 @@ void EditorExportPlatformPC::get_export_options(List<ExportOption> *r_options) {
r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "custom_template/debug", PROPERTY_HINT_GLOBAL_FILE), ""));
r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "custom_template/release", PROPERTY_HINT_GLOBAL_FILE), ""));
+ r_options->push_back(ExportOption(PropertyInfo(Variant::INT, "debug/export_console_script", PROPERTY_HINT_ENUM, "No,Debug Only,Debug and Release"), 1));
+
r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "binary_format/64_bits"), true));
r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "binary_format/embed_pck"), false));