fdroiddata/metadata/com.dynamicg.homebuttonlauncher.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

31 lines
769 B
YAML

Categories:
- System
License: GPL-3.0-only
WebSite: http://dynamicgandroidapps.svn.cloudforge.com/main/sites/homebuttonlauncher.html
SourceCode: https://dynamicgandroidapps.svn.cloudforge.com/trunk/HomeButtonLauncher
AutoName: Home Button Launcher
Summary: Launch apps by swiping the home button
Description: Launch your favourite apps apps by swiping the home button.
RepoType: git-svn
Repo: https://dynamicgandroidapps.svn.cloudforge.com/trunk/HomeButtonLauncher
Builds:
- versionName: '3.0'
versionCode: 30001
commit: '1379'
- versionName: '4.0'
versionCode: 40001
commit: '1415'
- versionName: '4.1'
versionCode: 41001
commit: '1416'
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '4.1'
CurrentVersionCode: 41001