refactor: changing back the location of the keystore

This is bullshit. Why is this not working?
This commit is contained in:
LucasGGamerM
2023-04-02 11:56:06 -03:00
parent 9578b139a9
commit 1287dff879

View File

@@ -22,10 +22,10 @@ android {
if (allFilesFromDir != null) {
def keystoreFile = allFilesFromDir.first()
keystoreFile.renameTo("mastodon/keystore/nightly_keystore.jks")
keystoreFile.renameTo("keystore/nightly_keystore.jks")
}
storeFile = file("mastodon/keystore/nightly_keystore.jks")
storeFile = file("keystore/nightly_keystore.jks")
storePassword System.getenv("SIGNING_STORE_PASSWORD")
keyAlias System.getenv("SIGNING_KEY_ALIAS")
keyPassword System.getenv("SIGNING_KEY_PASSWORD")