Skip to content

Commit 2eda153

Browse files
Merge pull request #1901 from ianhattendorf/fix/electron-install
Fix electron build
2 parents ef19f59 + 527853b commit 2eda153

4 files changed

Lines changed: 4831 additions & 11380 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/build/
22
/coverage/
3-
/dist/
43
/include/
54
/lib/enums.js
65
/lib/nodegit.js

lifecycleScripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = function install() {
3030
return Promise.resolve();
3131
}
3232

33-
return exec("node \"" + path.join(rootPath, "dist/nodegit.js\""))
33+
return exec("node \"" + path.join(rootPath, "lib/nodegit.js\""))
3434
.catch(function(e) {
3535
if (~e.toString().indexOf("Module version mismatch")) {
3636
console.warn(

0 commit comments

Comments
 (0)