Newapp: Brume Wallet

This commit is contained in:
Licaon_Kter 2024-02-27 19:22:13 +02:00
parent 8dc1189138
commit 973d051641

View file

@ -0,0 +1,56 @@
Categories:
- Money
License: MIT
AuthorWebSite: https://brume.money
WebSite: https://wallet.brume.money
SourceCode: https://github.com/brumewallet/wallet
IssueTracker: https://github.com/brumewallet/wallet/issues
AutoName: Brume Wallet
RepoType: git
Repo: https://github.com/brumewallet/wallet.git
Binaries: https://github.com/brumewallet/wallet/raw/v%v/dist/android.apk
Builds:
- versionName: 0.5.11
versionCode: 511
commit: a5814268155559d44f77dffd9ca192b993255f87
subdir: apps/android/app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
- sysctl fs.inotify.max_user_watches=524288 || true
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.9.0/node-v20.9.0-linux-x64.tar.gz
- echo "f0919f092fbf74544438907fa083c21e76b2d7a4bc287f0607ada1553ef16f60 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
init:
- cd ../../..
- npm install --build-from-source
output: build/outputs/apk/release/app-release-unsigned.apk
rm:
- apps/apple
- apps/ios
- dist/*
prebuild:
- cd ../../..
- npx cap telemetry off
scanignore:
- node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
scandelete:
- node_modules
build:
- pushd ../../..
- npm run build
- npm run sync
- popd
- gradle assembleRelease
AllowedAPKSigningKeys: 4a066910f4a6544d117c078169428b70dcece086940ec3332d78119f679e6d4a
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 0.5.11
CurrentVersionCode: 511