mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 06:06:56 +00:00
Update Blichess to 8.0.0+ble2.3.0 (24)
This commit is contained in:
parent
55b149d864
commit
7e4d7e7cbf
1 changed files with 30 additions and 2 deletions
|
|
@ -387,7 +387,35 @@ Builds:
|
|||
- pushd ../..
|
||||
- APP_MODE=release APP_CONFIG=prod npm run build
|
||||
|
||||
- versionName: 8.0.0+ble2.3.0
|
||||
versionCode: 24
|
||||
commit: 81811ec17d349240a8b3d15887a080d81d42ee93
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y g++ make
|
||||
- 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 npm
|
||||
- update-alternatives --auto java
|
||||
init:
|
||||
- pushd ../..
|
||||
- npm install
|
||||
- touch www/index.html
|
||||
- npx cap update android
|
||||
- npm run fetch-nnue
|
||||
- sed 's/lichess\.dev/lichess.org/g' appconfig.dev.json > appconfig.prod.json
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- ios/
|
||||
scandelete:
|
||||
- node_modules/
|
||||
build:
|
||||
- pushd ../..
|
||||
- APP_MODE=release APP_CONFIG=prod npm run build
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 8.0.0+ble2.2.1
|
||||
CurrentVersionCode: 23
|
||||
CurrentVersion: 8.0.0+ble2.3.0
|
||||
CurrentVersionCode: 24
|
||||
|
|
|
|||
Loading…
Reference in a new issue