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 ```
23 lines
539 B
YAML
23 lines
539 B
YAML
Categories:
|
|
- Development
|
|
License: GPL-3.0-only
|
|
AuthorName: Salvador 'darkfm' Pardiñas
|
|
AuthorEmail: darkfm@vera.com.uy
|
|
SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.com/salvadorp2001/Inventory_Taker/directory/
|
|
|
|
AutoName: InventoryGUI Mobile
|
|
Description: Simple Inventory Application.
|
|
|
|
Builds:
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: 1d98d12
|
|
subdir: InventoryGUI_Android/app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '1.5'
|
|
CurrentVersionCode: 5
|