diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7ff7f07f..1ae21e2e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,7 +35,7 @@ android { } signingConfigs { - val basePath = File(System.getProperty("user.home"), ".appconfig/${projectConfig.packageName}") + val basePath = File(System.getProperty("user.home"), ".config/projects/${projectConfig.packageName}") create("releaseFoss") { setupCredentials(File(basePath, "signing-foss.properties")) } diff --git a/crowdin.sh b/crowdin.sh index 21a1ee80..fd4e8a81 100755 --- a/crowdin.sh +++ b/crowdin.sh @@ -1,4 +1,4 @@ #!/bin/sh -export CROWDIN_PERSONAL_TOKEN=`cat ~/.appconfig/eu.darken.capod/crowdin.key` +export CROWDIN_PERSONAL_TOKEN=`cat ~/.config/projects/eu.darken.capod/crowdin.key` alias crowdin-cli='java -jar crowdin-cli.jar' crowdin-cli "$@" \ No newline at end of file