We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faa3688 + efe5f98 commit 526b35cCopy full SHA for 526b35c
platform/android/java/editor/build.gradle
@@ -37,7 +37,7 @@ ext {
37
// Return the keystore file used for signing the release build.
38
getGodotKeystoreFile = { ->
39
def keyStore = System.getenv("GODOT_ANDROID_SIGN_KEYSTORE")
40
- if (keyStore == null) {
+ if (keyStore == null || keyStore.isEmpty()) {
41
return null
42
}
43
return file(keyStore)
0 commit comments