6c177c1fc3
!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 ```
28 lines
655 B
YAML
28 lines
655 B
YAML
Categories:
|
|
- Connectivity
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/omerjerk/RemoteDroid
|
|
IssueTracker: https://github.com/omerjerk/RemoteDroid/issues
|
|
|
|
AutoName: Remote Droid
|
|
Summary: Remote control your device
|
|
Description: |-
|
|
Stream you device's display to another android device. And control your device
|
|
back from that device.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/omerjerk/RemoteDroid
|
|
|
|
Builds:
|
|
- versionName: '0.1'
|
|
versionCode: 1
|
|
commit: 8a6d968cc51b1f64889a576c18de225a46702caf
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '0.1'
|
|
CurrentVersionCode: 1
|