From fab160ce70fffa4fc1eed302c4ddd2a9c7882c93 Mon Sep 17 00:00:00 2001 From: Andreas Raddau Date: Wed, 10 May 2023 11:40:17 +0200 Subject: Store sensitive export options in dedicated credentials file --- editor/export/editor_export_preset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor/export/editor_export_preset.h') diff --git a/editor/export/editor_export_preset.h b/editor/export/editor_export_preset.h index 003e3c05a3..194858b4e8 100644 --- a/editor/export/editor_export_preset.h +++ b/editor/export/editor_export_preset.h @@ -152,6 +152,8 @@ public: void set_script_encryption_key(const String &p_key); String get_script_encryption_key() const; + Variant get_or_env(const StringName &p_name, const String &p_env_var, bool *r_valid = nullptr) const; + const List &get_properties() const { return properties; } EditorExportPreset(); -- cgit v1.2.3