mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-22 06:17:20 +00:00
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"electron": {
|
|
"npm_version": "6.14.5",
|
|
"dependencies": {
|
|
"linux": [
|
|
"libudev-dev",
|
|
"libusb-1.0-0-dev",
|
|
"libyaml-dev",
|
|
"libgtk-3-0",
|
|
"libatk-bridge2.0-0",
|
|
"libdbus-1-3",
|
|
"libgbm1",
|
|
"libc6"
|
|
]
|
|
},
|
|
"builder": {
|
|
"appId": "io.balena.etcher",
|
|
"copyright": "Copyright 2016-2020 Balena Ltd",
|
|
"productName": "balenaEtcher",
|
|
"nodeGypRebuild": false,
|
|
"afterPack": "./afterPack.js",
|
|
"asar": false,
|
|
"files": [
|
|
"generated",
|
|
"lib/shared/catalina-sudo/sudo-askpass.osascript.js"
|
|
],
|
|
"beforeBuild": "./beforeBuild.js",
|
|
"afterSign": "./afterSignHook.js",
|
|
"mac": {
|
|
"category": "public.app-category.developer-tools",
|
|
"hardenedRuntime": true,
|
|
"entitlements": "entitlements.mac.plist",
|
|
"entitlementsInherit": "entitlements.mac.plist"
|
|
},
|
|
"dmg": {
|
|
"iconSize": 110,
|
|
"contents": [
|
|
{
|
|
"x": 140,
|
|
"y": 245
|
|
},
|
|
{
|
|
"x": 415,
|
|
"y": 245,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
}
|
|
],
|
|
"window": {
|
|
"width": 544,
|
|
"height": 407
|
|
}
|
|
},
|
|
"linux": {
|
|
"category": "Utility",
|
|
"packageCategory": "utils",
|
|
"synopsis": "balenaEtcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more."
|
|
},
|
|
"deb": {
|
|
"compression": "bzip2",
|
|
"priority": "optional",
|
|
"depends": [
|
|
"polkit-1-auth-agent | policykit-1-gnome | polkit-kde-1"
|
|
]
|
|
},
|
|
"protocols": {
|
|
"name": "etcher",
|
|
"schemes": [
|
|
"etcher"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|