mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
40b2bf3c78
* Statically linked Curl for linux builds with Docker * Test Travis Docker * Try fix blocking i/o * Try a package * Fixed linux build * Try hack * Fix icons? * Icon color * Re-enable osx builds * Remove libcurl3 dependency requirements * Update electronbuilder config
49 lines
797 B
Plaintext
49 lines
797 B
Plaintext
{
|
|
"appId": "com.insomnia.app",
|
|
"publish": false,
|
|
"extraResources": [
|
|
{
|
|
"from": "./bin",
|
|
"to": "./bin",
|
|
"filter": "yarn-standalone.js"
|
|
}
|
|
],
|
|
"protocols": [
|
|
{
|
|
"name": "Insomnia",
|
|
"role": "Viewer",
|
|
"schemes": [
|
|
"insomnia"
|
|
]
|
|
}
|
|
],
|
|
"fileAssociations": [],
|
|
"directories": {
|
|
"app": "build",
|
|
"output": "dist"
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.developer-tools",
|
|
"target": [
|
|
"dmg",
|
|
"zip"
|
|
]
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"squirrel",
|
|
"zip"
|
|
]
|
|
},
|
|
"linux": {
|
|
"executableName": "insomnia",
|
|
"synopsis": "A simple, beautiful, and free REST API client",
|
|
"category": "Development",
|
|
"target": [
|
|
"AppImage",
|
|
"deb",
|
|
"tar.gz"
|
|
]
|
|
}
|
|
}
|