6dc775b236
```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 ```
27 lines
708 B
YAML
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
|