diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-10-11 18:04:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 18:04:00 +0200 |
commit | 3aa897208cd25443807008f83861b42dd2f410b4 (patch) | |
tree | 0e79d2e0ea5d0bd87d2b00aedd9f5df9f911b69f /platform/android/export/export_plugin.h | |
parent | 91e681fe193a583095557aaeb2ae09b1ffcba7fb (diff) | |
parent | 431ccdb057b3b712372bcea49b28273d469e0d97 (diff) |
Merge pull request #53677 from m4gr3d/fix_aab_one_click_deploy_master
Diffstat (limited to 'platform/android/export/export_plugin.h')
-rw-r--r-- | platform/android/export/export_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/export/export_plugin.h b/platform/android/export/export_plugin.h index d33f616f11..e0ffaa718b 100644 --- a/platform/android/export/export_plugin.h +++ b/platform/android/export/export_plugin.h @@ -104,7 +104,7 @@ class EditorExportPlatformAndroid : public EditorExportPlatform { String get_package_name(const String &p_package) const; - String get_assets_directory(const Ref<EditorExportPreset> &p_preset) const; + String get_assets_directory(const Ref<EditorExportPreset> &p_preset, int p_export_format) const; bool is_package_name_valid(const String &p_package, String *r_error = nullptr) const; |