refactor: changing back the location of the keystore
This is bullshit. Why is this not working?
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user