/
githubmirror
/
hyper
Обзор
Документация
Войти
/
githubmirror
/
hyper
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.1.0-canary.4
electron-builder.json
73 строки
1 KB
Labhansh Agrawal
split package.json to separate config files
31 дек 2019, 07:15
31 дек 2019, 07:15
f684093
Код
Авторство
О чём код?
{ "$schema": "http://json.schemastore.org/electron-builder", "appId": "co.zeit.hyper", "directories": { "app": "target" }, "extraResources": [ "./bin/yarn-standalone.js", "./bin/cli.js", { "from": "./build/${os}/", "to": "./bin/", "filter": [ "hyper*" ] } ], "linux": { "category": "TerminalEmulator", "target": [ { "target": "deb", "arch": [ "x64" ] }, { "target": "AppImage", "arch": [ "x64" ] }, { "target": "rpm", "arch": [ "x64" ] }, { "target": "snap", "arch": [ "x64" ] } ] }, "win": { "target": [ "squirrel" ], "rfc3161TimeStampServer": "http://timestamp.comodoca.com" }, "mac": { "category": "public.app-category.developer-tools", "extendInfo": "build/Info.plist", "darkModeSupport": true }, "deb": { "afterInstall": "./build/linux/after-install.tpl" }, "rpm": { "afterInstall": "./build/linux/after-install.tpl" }, "snap": { "confinement": "classic" }, "protocols": { "name": "ssh URL", "schemes": [ "ssh" ] } }