mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
add Immich (app.alextran.immich)
This commit is contained in:
parent
313c45648f
commit
e7fe0c47e2
1 changed files with 37 additions and 0 deletions
37
metadata/app.alextran.immich.yml
Normal file
37
metadata/app.alextran.immich.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
Categories:
|
||||
- System
|
||||
- Multimedia
|
||||
License: MIT
|
||||
AuthorName: Alex Tran
|
||||
AuthorEmail: alex.tran1502@gmail.com
|
||||
AuthorWebSite: https://hautran.net
|
||||
WebSite: https://github.com/alextran1502/immich
|
||||
SourceCode: https://github.com/alextran1502/immich
|
||||
IssueTracker: https://github.com/alextran1502/immich/issues
|
||||
Changelog: https://github.com/alextran1502/immich/releases
|
||||
Donate: https://github.com/sponsors/alextran1502
|
||||
Bitcoin: 1PtkQfxHViZ8ugQ6U1sEzwoaBuT67xAUaj
|
||||
|
||||
AutoName: Immich
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/alextran1502/immich.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.1
|
||||
versionCode: 9
|
||||
commit: v1.5.1+9-dev
|
||||
subdir: mobile
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.3
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.5.1
|
||||
CurrentVersionCode: 9
|
||||
Loading…
Reference in a new issue