summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-06-05 13:43:07 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-06-05 13:43:07 +0200
commitd0dfc01035d15162d1140fda1d6c65acf2700c1f (patch)
tree4367a4c32d575461435ad4ab02821e38414cf3e4 /platform/android/export/export_plugin.cpp
parent9d3d2ead6918db686ae8512e332590b976e4ce4c (diff)
parent71d8882a025f8bc9e94173ba9a09849a8e5f7d31 (diff)
downloadredot-engine-d0dfc01035d15162d1140fda1d6c65acf2700c1f.tar.gz
Merge pull request #77821 from YeldhamDev/fallback!_fallback!_fallback!
Enhance icon fallback and their docs for exporters
Diffstat (limited to 'platform/android/export/export_plugin.cpp')
-rw-r--r--platform/android/export/export_plugin.cpp1
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;