mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Blichess to 8.0.0+ble2.0.5 (18)
This commit is contained in:
parent
ebb4ef7658
commit
5fbbef9cf9
1 changed files with 27 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ Translation: https://crowdin.com/project/lichess
|
|||
Changelog: https://github.com/vovagorodok/blichess/releases
|
||||
Donate: https://lichess.org/patron
|
||||
|
||||
AutoName: blichess
|
||||
AutoName: Blichess
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/vovagorodok/blichess
|
||||
|
|
@ -235,7 +235,31 @@ Builds:
|
|||
- pushd ../..
|
||||
- APP_MODE=release APP_CONFIG=prod npm run build
|
||||
|
||||
- versionName: 8.0.0+ble2.0.5
|
||||
versionCode: 18
|
||||
commit: 0b380d812775de33800ce3ef7b155cb6e4121a4d
|
||||
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+ble2.0.4
|
||||
CurrentVersionCode: 17
|
||||
CurrentVersion: 8.0.0+ble2.0.5
|
||||
CurrentVersionCode: 18
|
||||
|
|
|
|||
Loading…
Reference in a new issue