diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-03-18 14:34:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 14:34:42 +0100 |
commit | cc1bc09090c24261a3a80a36cd489952387f1c36 (patch) | |
tree | 77d50444c45d81975fd782692b190c6b9a4d484e /platform/windows/export/export_plugin.h | |
parent | 5c8bd6fd71ac289415f0ff670442cd52bdc0d52b (diff) | |
parent | f0315c28a8b126dfd64f0db2753d92e1b547607f (diff) | |
download | redot-engine-cc1bc09090c24261a3a80a36cd489952387f1c36.tar.gz |
Merge pull request #58455 from bruvzg/export_script
Diffstat (limited to 'platform/windows/export/export_plugin.h')
-rw-r--r-- | platform/windows/export/export_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/export/export_plugin.h b/platform/windows/export/export_plugin.h index 86e9d49b05..b40e872461 100644 --- a/platform/windows/export/export_plugin.h +++ b/platform/windows/export/export_plugin.h @@ -40,6 +40,7 @@ class EditorExportPlatformWindows : public EditorExportPlatformPC { void _rcedit_add_data(const Ref<EditorExportPreset> &p_preset, const String &p_path); Error _code_sign(const Ref<EditorExportPreset> &p_preset, const String &p_path); + Error _export_debug_script(const Ref<EditorExportPreset> &p_preset, const String &p_app_name, const String &p_pkg_name, const String &p_path); public: virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, int p_flags = 0) override; |