Update Blichess to 8.0.0+ble2.2.1 (23)

This commit is contained in:
checkupdates bot 2025-10-17 04:42:09 +00:00 committed by Licaon_Kter
parent 4a2e1f5d96
commit 4abdc11a08

View file

@ -359,7 +359,35 @@ Builds:
- pushd ../..
- APP_MODE=release APP_CONFIG=prod npm run build
- versionName: 8.0.0+ble2.2.1
versionCode: 23
commit: 039e88e04254a921fbdcab48110f2ea9f0daaf23
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.0
CurrentVersionCode: 22
CurrentVersion: 8.0.0+ble2.2.1
CurrentVersionCode: 23