fdroiddata/metadata/net.fercanet.LNM.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

26 lines
474 B
YAML

Categories:
- Games
License: GPL-3.0-only
AutoName: Learn Music Notes
Summary: Music sight reading training game
Description: A simple game to assist with music sight reading training.
Builds:
- versionName: '1.2'
versionCode: 3
commit: '16'
- versionName: '1.4'
versionCode: 5
commit: '20'
forceversion: true
forcevercode: true
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '1.4'
CurrentVersionCode: 5
NoSourceSince: '1.5'