Allow exporting release Android builds without a debug keystore
This commit is contained in:
parent
116f783db7
commit
41a75cfa4f
17 changed files with 26 additions and 24 deletions
|
|
@ -358,7 +358,7 @@ Ref<Texture2D> EditorExportPlatformWeb::get_logo() const {
|
|||
return logo;
|
||||
}
|
||||
|
||||
bool EditorExportPlatformWeb::has_valid_export_configuration(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates) const {
|
||||
bool EditorExportPlatformWeb::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;
|
||||
bool extensions = (bool)p_preset->get("variant/extensions_support");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue