fdroiddata/metadata/de.onyxbits.photobookmark.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

34 lines
769 B
YAML

Categories:
- Multimedia
License: Apache-2.0
WebSite: http://www.onyxbits.de/photobookmark
SourceCode: https://github.com/onyxbits/photobookmark
IssueTracker: https://github.com/onyxbits/photobookmark/issues
AutoName: Photo Bookmark
Summary: Create homescreen shortcuts to images
Description: |-
Use the share menu of the gallery app to create a shortcut on the homescreen
that links to the respective image.
RepoType: git
Repo: https://github.com/onyxbits/photobookmark.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
rm:
- custom_rules.xml
- versionName: '1.1'
versionCode: 2
commit: v1.1
rm:
- custom_rules.xml
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.1'
CurrentVersionCode: 2