mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update blichess to 8.0.0+ble2.0.4 (17)
This commit is contained in:
parent
00142b020e
commit
8c4d21cedc
1 changed files with 26 additions and 2 deletions
|
|
@ -211,7 +211,31 @@ Builds:
|
|||
- pushd ../..
|
||||
- APP_MODE=release APP_CONFIG=prod npm run build
|
||||
|
||||
- versionName: 8.0.0+ble2.0.4
|
||||
versionCode: 17
|
||||
commit: 8b86c34f5da0ab85c2c5e1354e6c001e843c65d7
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 8.0.0+ble1.1.2
|
||||
CurrentVersionCode: 12
|
||||
CurrentVersion: 8.0.0+ble2.0.4
|
||||
CurrentVersionCode: 17
|
||||
|
|
|
|||
Loading…
Reference in a new issue