mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Blichess to 8.0.0+ble2.1.1 (20)
This commit is contained in:
parent
25b7b2c78e
commit
e165cfa9ab
1 changed files with 26 additions and 2 deletions
|
|
@ -283,7 +283,31 @@ Builds:
|
||||||
- pushd ../..
|
- pushd ../..
|
||||||
- APP_MODE=release APP_CONFIG=prod npm run build
|
- APP_MODE=release APP_CONFIG=prod npm run build
|
||||||
|
|
||||||
|
- versionName: 8.0.0+ble2.1.1
|
||||||
|
versionCode: 20
|
||||||
|
commit: 2c587035003670ff4c73b0aa0dab2ddede5cf8e8
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y g++ make npm
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 8.0.0+ble2.1.0
|
CurrentVersion: 8.0.0+ble2.1.1
|
||||||
CurrentVersionCode: 19
|
CurrentVersionCode: 20
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue