1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Enhance icon fallback and their docs for exporters

This commit is contained in:
Michael Alexsander
2023-06-03 19:28:50 -03:00
parent 543750a1b3
commit 71d8882a02
8 changed files with 45 additions and 32 deletions

View File

@@ -2542,7 +2542,6 @@ Error EditorExportPlatformAndroid::sign_apk(const Ref<EditorExportPreset> &p_pre
if (ep.step(vformat(TTR("Signing debug %s..."), export_label), 104)) {
return ERR_SKIP;
}
} else {
keystore = release_keystore;
password = release_password;