Skip to content

Commit

Permalink
fix: include custom protocol in electron-packager command
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Jun 12, 2023
1 parent 8244fbc commit 7dc178b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"main": "process-main/main.js",
"scripts": {
"start": "electron .",
"build": "rm -rf bin && electron-packager . --appname=gui-butler --icon=favicon.ico --out=bin --prune --overwrite --ignore=\\.git.*",
"build": "rm -rf bin && electron-packager . --appname=gui-butler --icon=favicon.ico --out=bin --prune --overwrite --ignore=\\.git.* --protocol-name=\"gui-butler URL\" --protocol=\"gui-butler\"",
"update-butler": "sh update-butler.sh"
},
"release": {
Expand Down

0 comments on commit 7dc178b

Please sign in to comment.