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 9851138fb5
1 changed files with 4 additions and 2 deletions

View File

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