Update Schulrechner to 1.12.0 (11200)

This commit is contained in:
checkupdates bot 2025-10-06 05:55:09 +00:00 committed by Licaon_Kter
parent d5175450a1
commit f21d0fcb41

View file

@ -146,8 +146,35 @@ Builds:
- npm run update_version
- cordova build android --release -- --packageType=apk
- versionName: 1.12.0
versionCode: 11200
commit: 6eca5269370b124d85c08f26e6d01482910cb0f9
submodules: true
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y npm
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild:
- sdkmanager 'platforms;android-35' 'build-tools;35.0.0'
- cordova platform add android
- npm install --build-from-source
- cd mathjs
- npm install --build-from-source
scandelete:
- mathjs/node_modules/es-check/node_modules/source-map/lib/mappings.wasm
- node_modules
build:
- cd mathjs
- npm run build
- cd ..
- mv mathjs/lib/browser/math.js www/js/math.js
- npm run update_version
- cordova build android --release -- --packageType=apk
AutoUpdateMode: Version
UpdateCheckMode: Tags .*\.0$
UpdateCheckData: package.json|"versionCode":\s(\d+),|.|"version":\s"([\d.]+)"
CurrentVersion: 1.11.0
CurrentVersionCode: 11100
CurrentVersion: 1.12.0
CurrentVersionCode: 11200