!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
48 lines
920 B
YAML
48 lines
920 B
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
WebSite: https://sanbeg.github.io/flashlight
|
|
SourceCode: https://github.com/sanbeg/flashlight
|
|
IssueTracker: https://github.com/sanbeg/flashlight/issues
|
|
|
|
AutoName: Open Flashlight
|
|
Summary: Camera LED toggle
|
|
Description: This one is basic, turn it on with the button and quit the app to turn
|
|
it off.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/sanbeg/flashlight.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: v1.1
|
|
|
|
- versionName: 1.1.1
|
|
versionCode: 3
|
|
commit: v1.1.1
|
|
|
|
- versionName: 1.2.0
|
|
versionCode: 4
|
|
commit: v2.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.3.0
|
|
versionCode: 6
|
|
disable: missing resources
|
|
commit: v1.3.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.3.0
|
|
CurrentVersionCode: 6
|