summaryrefslogtreecommitdiffstats
path: root/platform/macos/export/export_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-06-19 10:27:44 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-06-19 10:27:44 +0200
commiteb9c96b87cbbc96390376281e80a376d0664e0f7 (patch)
treea1a2cd35a44dd8065cd85f2959969c8c795b6beb /platform/macos/export/export_plugin.cpp
parentb8bf28e2b60ca8d2e5ba68ba417390d07b5f3bb4 (diff)
parent41a75cfa4f289fa43398a1bc0dab009783dc7d1a (diff)
downloadredot-engine-eb9c96b87cbbc96390376281e80a376d0664e0f7.tar.gz
Merge pull request #78123 from YeldhamDev/if_you_want_anything_done,_do_it_yourself
Allow exporting release Android builds without a debug keystore
Diffstat (limited to 'platform/macos/export/export_plugin.cpp')
-rw-r--r--platform/macos/export/export_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/export/export_plugin.cpp b/platform/macos/export/export_plugin.cpp
index 802c8d42c3..0b5f2b1266 100644
--- a/platform/macos/export/export_plugin.cpp
+++ b/platform/macos/export/export_plugin.cpp
@@ -2081,7 +2081,7 @@ Error EditorExportPlatformMacOS::export_project(const Ref<EditorExportPreset> &p
return err;
}
-bool EditorExportPlatformMacOS::has_valid_export_configuration(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates) const {
+bool EditorExportPlatformMacOS::has_valid_export_configuration(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates, bool p_debug) const {
String err;
bool valid = false;