Merge pull request #897 from Budibase/replace-appimage

replace appimage with native linux packages
This commit is contained in:
Martin McKeaveney 2020-12-14 15:20:05 +00:00 committed by GitHub
commit 941441b353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

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