New App: Lalumo - Kids Music Learning App

This commit is contained in:
Ruben Barkow-Kuder 2025-09-04 13:21:41 +00:00 committed by linsui
parent 41dbbf32d8
commit bccfbdbba7

View file

@ -0,0 +1,44 @@
Categories:
- Multimedia
- Music Practice Tool
- Science & Education
License: GPL-3.0-or-later
AuthorName: Ruben Barkow-Kuder
WebSite: https://lalumo.eu
SourceCode: https://github.com/Eastcoast-Laboratories/Lalumo
IssueTracker: https://github.com/Eastcoast-Laboratories/Lalumo/issues
Changelog: https://github.com/Eastcoast-Laboratories/Lalumo/releases
AutoName: Lalumo
RepoType: git
Repo: https://github.com/Eastcoast-Laboratories/Lalumo
Builds:
- versionName: '5.3'
versionCode: 34
commit: eea74a60c01d34827daa724031c2bc6aec60781e
subdir: android/app
sudo:
- apt-get update
- apt-get install -y npm
gradle:
- yes
prebuild:
- pushd ../..
- npm install --build-from-source
- mkdir -p app/images/backgrounds
- cp -r public/images/backgrounds/* app/images/backgrounds/
- mkdir -p android/app/capacitor-cordova-android-plugins
- echo "// Empty cordova variables" > android/app/capacitor-cordova-android-plugins/cordova.variables.gradle
- bash mobile-build.sh
- popd
scandelete:
- node_modules
gradleprops:
- fdroid
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '5.3'
CurrentVersionCode: 34