summaryrefslogtreecommitdiffstats
path: root/platform/osx/export/export_plugin.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-02-23 08:44:38 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-03-14 17:19:18 +0200
commitf0315c28a8b126dfd64f0db2753d92e1b547607f (patch)
treefab42ea8135d60097d12164c92209a44c180be7f /platform/osx/export/export_plugin.h
parent95b6c6cf9a5a21b65ac7cb221b9d997fbf66184e (diff)
downloadredot-engine-f0315c28a8b126dfd64f0db2753d92e1b547607f.tar.gz
[Export] Add "export console script" option for Linux, macOS, and Windows exports.
Diffstat (limited to 'platform/osx/export/export_plugin.h')
-rw-r--r--platform/osx/export/export_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/export/export_plugin.h b/platform/osx/export/export_plugin.h
index b85e9d662c..090d18fe4c 100644
--- a/platform/osx/export/export_plugin.h
+++ b/platform/osx/export/export_plugin.h
@@ -66,6 +66,7 @@ class EditorExportPlatformOSX : public EditorExportPlatform {
const String &p_ent_path);
Error _create_dmg(const String &p_dmg_path, const String &p_pkg_name, const String &p_app_path_name);
void _zip_folder_recursive(zipFile &p_zip, const String &p_root_path, const String &p_folder, const String &p_pkg_name);
+ Error _export_debug_script(const Ref<EditorExportPreset> &p_preset, const String &p_app_name, const String &p_pkg_name, const String &p_path);
bool use_codesign() const { return true; }
#ifdef OSX_ENABLED