mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 22:27:24 -04:00
Try snap packaging
This commit is contained in:
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": {
|
||||
|
||||
Reference in New Issue
Block a user