Skip to content

Commit 870b7a5

Browse files
committed
fix: windows setup script
1 parent 6962947 commit 870b7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/download-zwave-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ try {
3232
}
3333

3434
console.log(`Extracting ${tarball}...`);
35-
execSync(`tar --force-local -xzf "${join(tempDir, tarball)}" -C "${tempDir}"`, {
35+
execSync(`tar.exe --force-local -xzf "${join(tempDir, tarball)}" -C "${tempDir}"`, {
3636
stdio: "inherit",
3737
});
3838

0 commit comments

Comments
 (0)