Skip to content

Commit

Permalink
Merge pull request #107 from RonCan/sierraCrashFix
Browse files Browse the repository at this point in the history
nwjs binary updated to latest to fix segment fault on macOS Sierra
  • Loading branch information
YIFYtorrents authored Dec 27, 2016
2 parents 9224926 + f0dd718 commit 8c965c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var del = require('del');
var detectCurrentPlatform = require('nw-builder/lib/detectCurrentPlatform.js');
var nw = new NwBuilder({
files: ['./src/**', './node_modules/**', './package.json'],
version: '0.12.3',
version: '0.18.0',
platforms: argv.p ? argv.p.split(',') : [detectCurrentPlatform()]
}).on('log', console.log);

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"url": "https://github.com/PopcornTimeCommunity/desktop.git"
},
"license": "GPL-3.0",
"main": "app://host/src/app/index.html",
"main": "src/app/index.html",
"version": "0.4.1-1",
"node-remote": "client.vpn.ht",
"node-remote": "*://*",
"releaseName": "Give me some Nachos",
"scripts": {
"start": "gulp run"
Expand Down

0 comments on commit 8c965c9

Please sign in to comment.