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/osx/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/osx/export/export_plugin.h')
-rw-r--r-- | platform/osx/export/export_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/export/export_plugin.h b/platform/osx/export/export_plugin.h index 20cdd33f86..b3edfb7f90 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 |