Skip to content

Commit

Permalink
turn off annoying keyring popup in nw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wilkes committed May 9, 2017
1 parent f3dc986 commit 8268ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pd/nw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "purr-data",
"version": "0.1.0",
"main": "index.html",
"chromium-args": "--proxy-server=http://127.0.0.1",
"chromium-args": "--proxy-server=http://127.0.0.1 --password-store=basic",
"window": {
"icon": "./purr.png"
}
Expand Down

0 comments on commit 8268ab8

Please sign in to comment.