Skip to content

Commit 3f0ae68

Browse files
committed
fix(postinstall): Make binary without .exec
1 parent 79bd208 commit 3f0ae68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const fs = require("fs");
66

77
const platform = process.platform;
88

9-
const binariesToCopy = ["styled-ppx.exe"];
9+
const binariesToCopy = ["styled-ppx"];
1010

1111
function find_arch() {
1212
// The running binary is 64-bit, so the OS is clearly 64-bit.

0 commit comments

Comments
 (0)