mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
New App: com.nyx.custom_uploader
This commit is contained in:
parent
334b3017ab
commit
27c4299930
1 changed files with 54 additions and 0 deletions
54
metadata/com.nyx.custom_uploader.yml
Normal file
54
metadata/com.nyx.custom_uploader.yml
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: MIT
|
||||
AuthorName: Nyx
|
||||
SourceCode: https://github.com/SrS2225a/custom_uploader
|
||||
IssueTracker: https://github.com/SrS2225a/custom_uploader/issues
|
||||
Changelog: https://github.com/SrS2225a/custom_uploader/releases
|
||||
Liberapay: Eris
|
||||
|
||||
AutoName: Custom Uploader
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SrS2225a/custom_uploader
|
||||
Binaries: https://github.com/SrS2225a/custom_uploader/releases/download/%v/app-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.3
|
||||
versionCode: 5
|
||||
commit: 1.0.3
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mkdir -p /tmp/build
|
||||
- mv com.nyx.custom_uploader /tmp/build
|
||||
- pushd /tmp/build/com.nyx.custom_uploader
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv /tmp/build/com.nyx.custom_uploader com.nyx.custom_uploader
|
||||
scanignore:
|
||||
- flutter/packages/flutter_tools/gradle/flutter.gradle
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.nyx.custom_uploader /tmp/build
|
||||
- pushd /tmp/build/com.nyx.custom_uploader
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter pub run build_runner build -d
|
||||
- flutter/bin/flutter build apk --release
|
||||
- popd
|
||||
- mv /tmp/build/com.nyx.custom_uploader com.nyx.custom_uploader
|
||||
|
||||
AllowedAPKSigningKeys: c0d4c4793aa5a005016d46b0fd8be47f213a5faad55e1532791b1158fcf6a18f
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue