Skip to content

Commit

Permalink
nwjs binary updated to latest to fix segment fault on macOS Sierra
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon Dilshad authored and Haroon Dilshad committed Oct 18, 2016
1 parent 36fb825 commit f0dd718
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 f0dd718

Please sign in to comment.