replace appimage with native linux packages

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

View File

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