fdroiddata/metadata/com.harasoft.relaunch.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

27 lines
708 B
YAML

Categories:
- System
License: GPL-2.0-only
SourceCode: https://github.com/yiselieren/ReLaunch
IssueTracker: https://github.com/yiselieren/ReLaunch/issues
AutoName: ReLaunch
Summary: Launcher for eInk/eBook devices
Description: |-
Monochrome Launcher primarily intended for eInk and eBook devices. Can work as a
system launcher or normal app. Includes file manager, text file viewer, editor
and some system functionality.
RepoType: git
Repo: https://github.com/yiselieren/ReLaunch.git
Builds:
- versionName: 1.3.8
versionCode: 100308000
commit: 80c30ad43b
target: android-7
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.3.8
CurrentVersionCode: 100308000