mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update lichess to 7.16.1 (7016010)
This commit is contained in:
parent
e0cec975f1
commit
3b38ac6b36
1 changed files with 33 additions and 2 deletions
|
|
@ -48,8 +48,39 @@ Builds:
|
||||||
- pushd ../..
|
- pushd ../..
|
||||||
- APP_MODE=release APP_CONFIG=prod npm run build
|
- APP_MODE=release APP_CONFIG=prod npm run build
|
||||||
|
|
||||||
|
- versionName: 7.16.1
|
||||||
|
versionCode: 7016010
|
||||||
|
commit: 0e12b81b2b4913f366872a27c5fd360766cfd7c0
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y g++ openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.17.0/node-v16.17.0-linux-x64.tar.xz
|
||||||
|
- echo "f0867d7a17a4d0df7dbb7df9ac3f9126c2b58f75450647146749ef296b31b49b node.tar.xz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||||
|
init:
|
||||||
|
- pushd ../..
|
||||||
|
- npm install
|
||||||
|
- PATCH_NONFREE_FORCE=1 npm run patch-nonfree
|
||||||
|
- 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/
|
||||||
|
- node_modules/@capacitor/push-notifications/
|
||||||
|
scandelete:
|
||||||
|
- node_modules/
|
||||||
|
build:
|
||||||
|
- pushd ../..
|
||||||
|
- APP_MODE=release APP_CONFIG=prod npm run build
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckName: org.lichess.mobileapp
|
UpdateCheckName: org.lichess.mobileapp
|
||||||
CurrentVersion: 7.16.0
|
CurrentVersion: 7.16.1
|
||||||
CurrentVersionCode: 7016000
|
CurrentVersionCode: 7016010
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue