Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
switch to electron/electron (build was failing - reopen #149)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Dec 1, 2016
1 parent 362af98 commit fd670e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/background-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (process.env.beaker_user_data_path) {
// load the installed protocols
plugins.registerStandardSchemes()
protocol.registerStandardSchemes(['dat'])
protocol.registerSecureSchemes(['dat'])
// protocol.registerSecureSchemes(['dat'])

app.on('ready', function () {
// databases
Expand Down
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"asar": "^0.11.0",
"browserify": "^13.0.1",
"chai": "^3.5.0",
"electron-builder": "~5.30.0",
"electron": "beakerbrowser/electron-prebuilt",
"electron-builder": "~10.4.1",
"electron": "1.4.6",
"fs-jetpack": "^0.9.0",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
Expand Down Expand Up @@ -34,15 +34,11 @@
},
{
"name": "IPFS",
"schemes": ["ipfs"]
"schemes": ["fs"]
},
{
"name": "dat",
"schemes": ["dat"]
},
{
"name": "view-dat",
"schemes": ["view-dat"]
}
],
"dmg": {
Expand Down

0 comments on commit fd670e9

Please sign in to comment.