Add FluxNews

This commit is contained in:
Kevin Fechtel 2023-12-08 11:01:56 +00:00 committed by linsui
parent 86f7b70c27
commit af2aea5d41

View file

@ -0,0 +1,85 @@
Categories:
- Internet
- Reading
License: BSD-3-Clause
AuthorName: Kevin Fechtel
WebSite: https://github.com/KevinCFechtel/FluxNews
SourceCode: https://github.com/KevinCFechtel/FluxNews/tree/main
IssueTracker: https://github.com/KevinCFechtel/FluxNews/issues
Name: Flux News
AutoName: Flux News
RepoType: git
Repo: https://github.com/KevinCFechtel/FluxNews.git
Builds:
- versionName: 1.3.1
versionCode: 2023112511
commit: v1.3.1
submodules: true
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
rm:
- ios
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- vendor/flutter/bin/flutter config --no-analytics
- vendor/flutter/bin/flutter pub get
scanignore:
- vendor/flutter/bin/cache
scandelete:
- vendor/flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
- versionName: 1.3.1
versionCode: 2023112512
commit: v1.3.1
submodules: true
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
rm:
- ios
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- vendor/flutter/bin/flutter config --no-analytics
- vendor/flutter/bin/flutter pub get
scanignore:
- vendor/flutter/bin/cache
scandelete:
- vendor/flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
- versionName: 1.3.1
versionCode: 2023112513
commit: v1.3.1
submodules: true
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
rm:
- ios
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- vendor/flutter/bin/flutter config --no-analytics
- vendor/flutter/bin/flutter pub get
scanignore:
- vendor/flutter/bin/cache
scandelete:
- vendor/flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
AutoUpdateMode: Version
UpdateCheckMode: Tags
VercodeOperation:
- '%c * 10 + 1'
- '%c * 10 + 2'
- '%c * 10 + 3'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.3.1
CurrentVersionCode: 2023112513