summaryrefslogtreecommitdiff
path: root/editor/editor_export.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-10-08 16:17:24 +0200
committerGitHub <noreply@github.com>2019-10-08 16:17:24 +0200
commitabd81dcb73767a91c07bacefcddab05a600bae49 (patch)
tree90c432c038655374c0520fc90a2b22daf00987ce /editor/editor_export.h
parent45577e42334acd71cf178a8cc188ec5b1469e5e1 (diff)
parent1c592e5f1f500c45b5ac3b0bf80a9040310a3a55 (diff)
Merge pull request #32556 from bruvzg/win_codesign
Code signing support for Windows exports
Diffstat (limited to 'editor/editor_export.h')
-rw-r--r--editor/editor_export.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_export.h b/editor/editor_export.h
index 3152e249bd..11dc464b5a 100644
--- a/editor/editor_export.h
+++ b/editor/editor_export.h
@@ -423,6 +423,7 @@ public:
virtual bool can_export(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates) const;
virtual List<String> get_binary_extensions(const Ref<EditorExportPreset> &p_preset) const;
virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, int p_flags = 0);
+ virtual Error sign_shared_object(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path);
void set_extension(const String &p_extension, const String &p_feature_key = "default");
void set_name(const String &p_name);