Skip to content

Commit

Permalink
Merge pull request desktop#108 from desktop/bump-packager
Browse files Browse the repository at this point in the history
Don't dereference symlinks during packaging.
  • Loading branch information
Brendan Forster authored Jul 4, 2016
2 parents 714467c + fe60e15 commit 4fea41d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"cross-env": "^1.0.8",
"css-loader": "^0.23.1",
"electron-mocha": "2.1.0",
"electron-packager": "^7.0.1",
"electron-packager": "^7.2.0",
"electron-prebuilt": "1.1.3",
"electron-winstaller": "^2.3.0",
"express": "^4.13.4",
Expand Down
1 change: 1 addition & 0 deletions script/build
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const options = {
dir: path.join(projectRoot, 'build'),
overwrite: true,
tmpdir: false,
derefSymlinks: false,
prune: false, // We only install production dependencies above.
ignore: [
'/node_modules/electron-prebuilt($|/)',
Expand Down

0 comments on commit 4fea41d

Please sign in to comment.