Skip to content

Commit 57908a5

Browse files
committed
fix: executable was failing due to bad utp-native prebuild directory
1 parent 1e5d78a commit 57908a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# couldnt figure out undocumented 'output template' mode for pkg so wrote this
33
# also need to include .node files until pkg supports including them in binary
44

5-
NODE_ABI="node-64"
5+
NODE_ABI="node"
66
VERSION=$(node -pe "require('./package.json').version")
77

88
rm -rf dist

0 commit comments

Comments
 (0)