mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
improve get_apksigner_path() robustness
This commit is contained in:
@@ -186,7 +186,7 @@ public:
|
||||
|
||||
static String get_adb_path();
|
||||
|
||||
static String get_apksigner_path();
|
||||
static String get_apksigner_path(int p_target_sdk = -1, bool p_check_executes = false);
|
||||
|
||||
virtual bool has_valid_export_configuration(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates) const override;
|
||||
virtual bool has_valid_project_configuration(const Ref<EditorExportPreset> &p_preset, String &r_error) const override;
|
||||
|
||||
Reference in New Issue
Block a user