mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Try snap packaging
This commit is contained in:
parent
e315ea2945
commit
3853f3dcd7
17
package.json
17
package.json
@ -92,7 +92,9 @@
|
||||
"category": "Development",
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb"
|
||||
"deb",
|
||||
"snap",
|
||||
"tar.gz"
|
||||
]
|
||||
},
|
||||
"deb": {
|
||||
@ -105,6 +107,19 @@
|
||||
"libnss3",
|
||||
"libcurl3"
|
||||
]
|
||||
},
|
||||
"snap": {
|
||||
"stagePackages": [
|
||||
"libnotify4",
|
||||
"libappindicator1",
|
||||
"libxtst6",
|
||||
"libnss3",
|
||||
"libxss1",
|
||||
"fontconfig-config",
|
||||
"gconf2",
|
||||
"libasound2",
|
||||
"libcurl3"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user