Update Blichess to 8.0.0+ble2.4.0 (26)

This commit is contained in:
checkupdates bot 2025-12-07 04:38:08 +00:00 committed by linsui
parent 4f5e1df503
commit 55ce239980

View file

@ -443,7 +443,35 @@ Builds:
- pushd ../..
- APP_MODE=release APP_CONFIG=prod npm run build
- versionName: 8.0.0+ble2.4.0
versionCode: 26
commit: e78312f2c67ff1166769d45127848a7acca4fad3
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.3.1
CurrentVersionCode: 25
CurrentVersion: 8.0.0+ble2.4.0
CurrentVersionCode: 26