installing, uninstalling and launching

This commit is contained in:
Vinicius Moreira
2019-10-07 14:55:06 -03:00
parent 3975cd398b
commit aed6bb04e0
9 changed files with 145 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
ATTRS = ('name', 'description', 'github', 'source', 'version', 'url_download', 'url_icon', 'license')
ATTRS = ('name', 'description', 'github', 'source', 'version', 'url_download', 'url_icon', 'license', 'author')
_SELECT_BASE = "SELECT {} FROM apps".format(','.join(ATTRS))