mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
MMRL: v33424
This commit is contained in:
parent
724a688308
commit
1e333ec34f
1 changed files with 18 additions and 4 deletions
|
|
@ -64,8 +64,22 @@ Builds:
|
|||
- node_modules
|
||||
build: npm run web:prod-app
|
||||
|
||||
AutoUpdateMode: Version
|
||||
- versionName: v33424-release
|
||||
versionCode: 33424
|
||||
commit: 0a243c78653524bba8bcf89b76e88f441cd88f64
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- build-logic/build
|
||||
|
||||
AutoUpdateMode: Version +-release %v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: package.json|"version_code":\s(\d+),|.|"version_name":\s"(.*)"
|
||||
CurrentVersion: 3.24.32
|
||||
CurrentVersionCode: 32432
|
||||
UpdateCheckData: '|v(\d+)||(v\d+)'
|
||||
CurrentVersion: v33424
|
||||
CurrentVersionCode: 33424
|
||||
|
|
|
|||
Loading…
Reference in a new issue