Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 33e79cc

Browse files
committed
Fixes for appveyor build
1 parent c091145 commit 33e79cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"moment": "^2.22.2",
6464
"ms": "^2.0.0",
6565
"multicb": "^1.2.2",
66-
"nan": "2.12.1",
66+
"nan": "^2.14.0",
6767
"nat-upnp": "^1.1.1",
6868
"normalize-url": "^1.9.1",
6969
"once": "^1.4.0",

tasks/rebuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ gulp.task('rebuild', gulp.series(async () => {
2525
// }
2626
// }
2727
for (let mod of MODULES_NEEDING_REBUILD) {
28-
await runAsync(`HOME=~/.electron-gyp npm rebuild ${mod} --runtime=electron --target=8.1.1 --disturl=https://electronjs.org/headers --build-from-source`, {cwd, env, shell: true})
28+
await runAsync(`npm rebuild ${mod} --runtime=electron --target=8.1.1 --disturl=https://electronjs.org/headers --build-from-source`, {cwd, env, shell: true})
2929
}
3030
}))

0 commit comments

Comments
 (0)