fdroiddata/metadata/com.gcstar.viewer.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

38 lines
933 B
YAML

Categories:
- Writing
License: GPL-2.0-or-later
WebSite: http://wiki.gcstar.org/en/gcstar_viewer
Donate: http://gcstar.org/contribute.en.php#donate
AutoName: GCstar Viewer
Summary: View and manage your collections
Description: |-
GCstar is a cross-platform application for managing your collections. Detailed
information on each item can be automatically retrieved from the internet and
you can store additional data, such as the location or who you've lent it to.
You may also search and filter your collection by many criteria.
Builds:
- versionName: '2.8'
versionCode: 10
commit: '2149'
- versionName: '2.10'
versionCode: 12
commit: '2266'
- versionName: '2.11'
versionCode: 13
commit: '2271'
- versionName: '2.12'
versionCode: 14
commit: '2290'
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '2.12'
CurrentVersionCode: 14
NoSourceSince: '2.13'