replace appimage with native linux packages
This commit is contained in:
parent
aa0d027f06
commit
0439a101a3
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue