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

Commit

Permalink
Fixes for appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Mar 13, 2020
1 parent c091145 commit 33e79cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"moment": "^2.22.2",
"ms": "^2.0.0",
"multicb": "^1.2.2",
"nan": "2.12.1",
"nan": "^2.14.0",
"nat-upnp": "^1.1.1",
"normalize-url": "^1.9.1",
"once": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tasks/rebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ gulp.task('rebuild', gulp.series(async () => {
// }
// }
for (let mod of MODULES_NEEDING_REBUILD) {
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})
await runAsync(`npm rebuild ${mod} --runtime=electron --target=8.1.1 --disturl=https://electronjs.org/headers --build-from-source`, {cwd, env, shell: true})
}
}))

0 comments on commit 33e79cc

Please sign in to comment.