mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Innerbreeze
This commit is contained in:
parent
aa0ebbb475
commit
115d90e539
1 changed files with 47 additions and 8 deletions
|
|
@ -5,18 +5,17 @@ License: MIT
|
|||
AuthorName: NaoX
|
||||
AuthorEmail: contact@naox.io
|
||||
WebSite: https://naox.io
|
||||
SourceCode: https://github.com/naoxio/inner_breeze
|
||||
IssueTracker: https://git.naox.io/NaoX/inner_breeze/issues
|
||||
Changelog: https://raw.githubusercontent.com/naoxio/inner_breeze/HEAD/CHANGELOG.md
|
||||
SourceCode: https://github.com/naoxio/inbreeze
|
||||
IssueTracker: https://github.com/naoxio/inbreeze/issues
|
||||
Changelog: https://raw.githubusercontent.com/naoxio/inbreeze/HEAD/CHANGELOG.md
|
||||
Donate: https://coindrop.to/naox
|
||||
Liberapay: NaoX
|
||||
Litecoin: LaNGk2xGVysh3HXSZKdJ9C6Lya1SHN75bz
|
||||
|
||||
AutoName: Inner Breeze
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/naoxio/inner_breeze.git
|
||||
Binaries: https://github.com/naoxio/inner_breeze/releases/download/%v/app-release.apk
|
||||
Repo: https://github.com/naoxio/inbreeze.git
|
||||
Binaries: https://github.com/naoxio/inbreeze/releases/download/%v/InnerBreeze.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
|
|
@ -717,10 +716,50 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/inner_breeze io.naox.inbe
|
||||
|
||||
- versionName: 1.3.4
|
||||
versionCode: 32
|
||||
commit: 23f03af7e9ccaff8fb4254c9b2e469e69aaec90e
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
binary: https://github.com/naoxio/inbreeze/releases/download/%v/InnerBreeze.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- linux
|
||||
- web
|
||||
prebuild:
|
||||
- export version=$(grep flutter .fvmrc | cut -d ":" -f2 | cut -d "\"" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export repo=/home/runner/work/inbreeze
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv io.naox.inbe $repo/inbreeze
|
||||
- pushd $repo/inbreeze
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/inbreeze io.naox.inbe
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/inbreeze
|
||||
- cd ..
|
||||
- mv io.naox.inbe $repo/inbreeze
|
||||
- pushd $repo/inbreeze
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
- popd
|
||||
- mv $repo/inbreeze io.naox.inbe
|
||||
|
||||
AllowedAPKSigningKeys: e46142735e771143667aed150d5467a4e553165e45e0d4acfc21933e31b9e050
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.3
|
||||
CurrentVersionCode: 31
|
||||
CurrentVersion: 1.3.4
|
||||
CurrentVersionCode: 32
|
||||
|
|
|
|||
Loading…
Reference in a new issue