fdroiddata/metadata/de.pinyto.exalteddicer.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

48 lines
1.2 KiB
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/Yonjuni/ExaltedDicer
IssueTracker: https://github.com/Yonjuni/ExaltedDicer/issues
AutoName: Exalted Dicer
Summary: Dicing app
Description: |-
Pool and damage dicing app for the pen and paper RPG
[http://en.wikipedia.org/wiki/Exalted Exalted]. It can roll a pool of maximum 42
dices with 10 sides each. The user can decide between damage and pool mode. It
counts successes and displays those or a botch.
RepoType: git
Repo: https://github.com/Yonjuni/ExaltedDicer.git
Builds:
- versionName: '1.3'
versionCode: 1
commit: 85d57f9eb31ea66882dc0e05df7ed0e98b3f07ce
- versionName: '2.0'
versionCode: 2
disable: gradle issues
commit: e176a4dc1f55f95af44984655b266852fbd291c4
gradle:
- yes
- versionName: '2.1'
versionCode: 3
commit: 3a3b4bb669caf6ce5cec0f5b3fa11cad41eb90ac
subdir: app
gradle:
- yes
- versionName: '2.2'
versionCode: 4
commit: 134b532639c2bc6f641a35b33e69225930e67e56
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '2.2'
CurrentVersionCode: 4