mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Fix MMRL build script
This commit is contained in:
parent
e5ce199ee4
commit
340639a94f
1 changed files with 16 additions and 3 deletions
|
|
@ -49,8 +49,21 @@ Builds:
|
|||
- cd ../Website
|
||||
- npm run web:prod-app
|
||||
|
||||
- versionName: 3.24.28
|
||||
versionCode: 32428
|
||||
commit: 57fd352f74f87e5c5bc57e81c457f74a88da121f
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
gradle:
|
||||
- default
|
||||
output: app/build/outputs/apk/default/release/app-default-universal-release-*.apk
|
||||
prebuild: npm install --build-from-source -f
|
||||
build: npm run web:prod-app
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: Website/package.json|"version_code":\s(\d+),|.|"version_name":\s"(.*)"
|
||||
CurrentVersion: 2.20.20
|
||||
CurrentVersionCode: 22020
|
||||
UpdateCheckData: package.json|"version_code":\s(\d+),|.|"version_name":\s"(.*)"
|
||||
CurrentVersion: 3.24.28
|
||||
CurrentVersionCode: 32428
|
||||
|
|
|
|||
Loading…
Reference in a new issue