mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Change message
This commit is contained in:
@@ -174,7 +174,7 @@ android {
|
||||
|
||||
signingConfigs {
|
||||
val inputKeyStore: File? = if (envKeyStore != null) {
|
||||
logger.lifecycle("i: \"ANDROID_STORE_FILE\" environment variable found, using for temporary KeyStore file.")
|
||||
logger.lifecycle("i: \"ANDROID_STORE_FILE\" environment variable found, using for signing config.")
|
||||
tempKeyStore
|
||||
} else {
|
||||
file("secrets/keystore.jks").takeIf { it.canRead() && it.length() > 0 }
|
||||
|
||||
Reference in New Issue
Block a user