From 74c523c6aabd1ae004abaf0df890bfc028969972 Mon Sep 17 00:00:00 2001 From: linsui Date: Wed, 14 Dec 2022 23:28:09 +0800 Subject: [PATCH] libchecker: enable auto update --- metadata/com.absinthe.libchecker.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/metadata/com.absinthe.libchecker.yml b/metadata/com.absinthe.libchecker.yml index 2212e245b6..0bd522c754 100644 --- a/metadata/com.absinthe.libchecker.yml +++ b/metadata/com.absinthe.libchecker.yml @@ -87,20 +87,22 @@ Builds: scandelete: - build-logic/build - - versionName: 2.3.5.fbbe4e0d + - versionName: 2.3.5 versionCode: 1465 - commit: fbbe4e0dacfceb45592172efaed5dac8fe459d0b + commit: 2.3.5 subdir: app gradle: - foss rm: - app/ohos + prebuild: sed -i -e '/versionName =/s/verName/"$$VERSION$$"/' ../build-logic/src/main/kotlin/Projects.kt scanignore: - app/src/main/assets/anim/*.json.zip scandelete: - build-logic/build -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: 2.3.5.fbbe4e0d +AutoUpdateMode: Version %v +UpdateCheckMode: HTTP +UpdateCheckData: https://github.com/LibChecker/LibChecker/releases/latest/download/version_code.txt|versionCode=(\d+)|.|versionName=([\d.]+)\..+ +CurrentVersion: 2.3.5 CurrentVersionCode: 1465