Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SuddenDevelopment/50c01d7a05e242c6c898edd207f9e3bc to your computer and use it in GitHub Desktop.
Save SuddenDevelopment/50c01d7a05e242c6c898edd207f9e3bc to your computer and use it in GitHub Desktop.
Electron-Forge custom protocol definition for osx
"config": {
"forge": {
"make_targets": {
"win32": [ "squirrel" ],
"darwin": [ "zip" ],
"linux": [ "deb","rpm" ]
},
"electronPackagerConfig": {
"protocols":[
{
"protocol":"custom",
"name":"custom",
"schemes":"custom"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment