appimage categories

This commit is contained in:
Vinicius Moreira
2019-10-10 15:54:26 -03:00
parent fd03f663e1
commit 51bbab0658
7 changed files with 33 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
APP_ATTRS = ('name', 'description', 'github', 'source', 'version', 'url_download', 'url_icon', 'url_screenshot', 'license', 'author')
APP_ATTRS = ('name', 'description', 'github', 'source', 'version', 'url_download', 'url_icon', 'url_screenshot', 'license', 'author', 'categories')
RELEASE_ATTRS = ('version', 'url_download', 'published_at')