Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Update install.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx authored Feb 23, 2019
1 parent 22b4e04 commit 8574041
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ const { spawn } = require("child_process");

if (os.platform() === "win32") {
spawn("npm.cmd", ["run", "build-win32"], { cwd: __dirname });
spawn("npm.cmd", ["run", "build"], { cwd: __dirname });
} else {
spawn("npm", ["run", "build"], { cwd: __dirname });
}

0 comments on commit 8574041

Please sign in to comment.