fdroiddata/metadata/com.doomy.torch.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

36 lines
685 B
YAML

Categories:
- System
License: GPL-3.0-or-later
WebSite: https://torch.mrdoomy.xyz
SourceCode: https://github.com/MrDoomy/Torch
IssueTracker: https://github.com/MrDoomy/Torch/issues
AutoName: Torch
Summary: Flashlight
Description: |-
Use your phone as a flashlight.
Features:
* Flash camera
* Display illumination
* SOS mode
* Widget flashlight
* Hide icon
RepoType: git
Repo: https://github.com/MrDoomy/Torch
Builds:
- versionName: 1.1.0
versionCode: 11
commit: 7607de244e90129eab581fade2185a1acce84958
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.1.0
CurrentVersionCode: 11