Update Blichess to 8.0.0+ble2.2.0 (22)

This commit is contained in:
checkupdates bot 2025-10-08 06:59:01 +00:00 committed by Licaon_Kter
parent bc3c3efed0
commit 5b0cbe713b

View file

@ -331,7 +331,35 @@ Builds:
- pushd ../..
- APP_MODE=release APP_CONFIG=prod npm run build
- versionName: 8.0.0+ble2.2.0
versionCode: 22
commit: 01776ec0b4789f657d4b6cff1f204d15c721dd3a
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.1.2
CurrentVersionCode: 21
CurrentVersion: 8.0.0+ble2.2.0
CurrentVersionCode: 22