From 66faf5fe8caca2ad5295c4ecd51d68b203f1999e Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Wed, 28 Jan 2026 17:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A9=E7=AD=BE=E5=90=8D=E5=AF=86=E9=92=A5?= =?UTF-8?q?=E5=BA=93=E7=9A=84=E4=BD=8D=E7=BD=AE=E5=8A=A8=E6=80=81=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9303590..75ae50e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -41,8 +41,8 @@ android { buildConfig = true } signingConfigs { - val KeystorePath = "~/Downloads/Android签名密钥.jks" - if( file(KeystorePath).exists() == false ) { + val KeystorePath = System.getProperty("Android_Keystore_Path") + if( KeystorePath == null || file(KeystorePath).exists() == false ) { return@signingConfigs } create("release"){