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.
1 parent 0ddc3e0 commit 1437adeCopy full SHA for 1437ade
adventure-editor/src/main/java/com/bladecoder/engineeditor/ui/PackageDialog.java
@@ -362,7 +362,7 @@ private String packageAdv() throws IOException {
362
}
363
} else if (arch.getText().equals("android")) {
364
String params = versionParam + customBuildParams + "-PversionCode=" + versionCode.getText() + " "
365
- + "-Pkeystore=" + androidKeyStore.getText() + " " + "-PstorePassword="
+ + "-Pkeystore=\"" + androidKeyStore.getText() + "\" " + "-PstorePassword="
366
+ androidKeyStorePassword.getText() + " " + "-Palias=" + androidKeyAlias.getText() + " "
367
+ "-PkeyPassword=" + androidKeyAliasPassword.getText() + " ";
368
0 commit comments