diff options
| author | Michael Alexsander <michaelalexsander@protonmail.com> | 2023-06-03 19:28:50 -0300 |
|---|---|---|
| committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2023-06-03 19:28:50 -0300 |
| commit | 71d8882a025f8bc9e94173ba9a09849a8e5f7d31 (patch) | |
| tree | 51d258ec2db68377b3fd47db92fb8b472479d469 /platform/android/export | |
| parent | 543750a1b3f5696f9ba8e91cb49dc7db05d2ae62 (diff) | |
| download | redot-engine-71d8882a025f8bc9e94173ba9a09849a8e5f7d31.tar.gz | |
Enhance icon fallback and their docs for exporters
Diffstat (limited to 'platform/android/export')
| -rw-r--r-- | platform/android/export/export_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/export/export_plugin.cpp b/platform/android/export/export_plugin.cpp index d8dd453faf..71b8a2b09b 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -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; |
