replace appimage with native linux packages

This commit is contained in:
Martin McKeaveney 2020-12-07 10:15:27 +00:00
parent d6d262f730
commit 79d482bfb1
1 changed files with 4 additions and 2 deletions

View File

@ -22,8 +22,10 @@
"maintainer": "Budibase", "maintainer": "Budibase",
"icon": "./build/icons/", "icon": "./build/icons/",
"target": [ "target": [
"AppImage", "deb",
"deb" "rpm",
"pacman",
"snap"
], ],
"category": "Development" "category": "Development"
}, },