6dc775b236
```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 ```
33 lines
793 B
YAML
33 lines
793 B
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/GodsMoon/Flashify
|
|
IssueTracker: https://github.com/GodsMoon/Flashify/issues
|
|
|
|
AutoName: Flashify
|
|
Summary: Open websites in another browser
|
|
Description: |-
|
|
This app simply adds a link to the browsers' share menus which, when chosen,
|
|
will open the current url in the browser of your choice.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/GodsMoon/Flashify.git
|
|
|
|
Builds:
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: ee2ee
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: e726d82784ed08168c6d9dce758e6913fc02895c
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild: echo "include ':app'" >> ../settings.gradle
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.2'
|
|
CurrentVersionCode: 3
|