fdroiddata/metadata/com.thefonz.ed_tool.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

34 lines
781 B
YAML

Categories:
- Games
License: GPL-2.0-or-later
SourceCode: https://github.com/SmokeyMcBong/ED_Tool
IssueTracker: https://github.com/SmokeyMcBong/ED_Tool/issues
AutoName: ED_Tool
Summary: Companion tool for Elite:Dangerous
Description: 'Companion for space trading and combat simulator game "Elite: Dangerous".'
RepoType: git
Repo: https://github.com/SmokeyMcBong/ED_Tool
Builds:
- versionName: 1.0.1
versionCode: 1
commit: d82d3f2b144ff5d97cb116c3cdf86ed4e473af61
subdir: app
gradle:
- yes
- versionName: '2.0'
versionCode: 2
disable: activeandroid.jar
commit: d82d3f2b144ff5d97cb116c3cdf86ed4e473af61
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '2.0'
CurrentVersionCode: 2