mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
fix peercoin
This commit is contained in:
parent
52bf374ab3
commit
07bbbfa28f
1 changed files with 2 additions and 21 deletions
|
|
@ -4,7 +4,6 @@ License: AGPL-3.0-only
|
|||
AuthorName: Peercoin Foundation
|
||||
AuthorEmail: foundation@peercoin.net
|
||||
AuthorWebSite: https://www.peercoin.net/
|
||||
WebSite: https://github.com/peercoin/peercoin_flutter
|
||||
SourceCode: https://github.com/peercoin/peercoin_flutter
|
||||
IssueTracker: https://github.com/peercoin/peercoin_flutter/issues
|
||||
Translation: https://weblate.ppc.lol/
|
||||
|
|
@ -124,8 +123,8 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.7.3
|
||||
versionCode: 68
|
||||
commit: 8aa571c933139851b61a2735e9f414b547bf2d34
|
||||
versionCode: 69
|
||||
commit: 2ac6ba31a830d364a9907e608a2db47b93e37d7d
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.1
|
||||
|
|
@ -145,24 +144,6 @@ Builds:
|
|||
|
||||
MaintainerNotes: Ignore local maven repo for flutter_background_fetch.
|
||||
|
||||
- versionName: 0.7.3
|
||||
versionCode: 69
|
||||
commit: 2ac6ba31a830d364a9907e608a2db47b93e37d7d
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.1
|
||||
rm:
|
||||
- ios/build
|
||||
- test_driver
|
||||
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter pub run flutter_launcher_icons:main -f fdroid_flutter_launcher_icons.yaml
|
||||
- $$flutter$$/bin/flutter pub run flutter_native_splash:create
|
||||
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
|
|
|
|||
Loading…
Reference in a new issue