android keystore username and password are checked on export

This commit is contained in:
Patchcoat
2023-10-18 23:49:05 -05:00
parent 571cd0eb79
commit f8e10a2610
2 changed files with 54 additions and 0 deletions

View File

@ -228,6 +228,7 @@ public:
virtual bool has_valid_export_configuration(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates, bool p_debug = false) const override;
virtual bool has_valid_project_configuration(const Ref<EditorExportPreset> &p_preset, String &r_error) const override;
static bool has_valid_username_and_password(const Ref<EditorExportPreset> &p_preset, String &r_error);
virtual List<String> get_binary_extensions(const Ref<EditorExportPreset> &p_preset) const override;