Skip to content

Commit

Permalink
Update lib location
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveCptHook committed Aug 13, 2020
1 parent b34ff7b commit e97cd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [node-webkit](https://github.com/rogerwang/node-webkit#downloads)
- [chromedriver](https://github.com/rogerwang/node-webkit/wiki/chromedriver) for running tests

### Copy node-webkit to your /opt/local or C:\Libraries-x86, depending on your OS (i.e.):
### Copy node-webkit to your /opt/local or C:\Libraries-x86_vc141, depending on your OS (i.e.):

sudo cp -r ~/Downloads/node-webkit-v*.*.*-osx-ia32/node-webkit.app /opt/local/Libraries/node-webkit-v*.*.*-osx-ia32/

Expand Down
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ var config = {
},

PlatformLibrariesDir: {
win32: 'C:\\Libraries-x86',
win32: 'C:\\Libraries-x86_vc141',
darwin: '/opt/local/Libraries',
linux: '/opt/local/Libraries',
},
Expand Down

0 comments on commit e97cd58

Please sign in to comment.