Skip to content

Commit

Permalink
fix: use node.napi for utp-native build
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Mar 26, 2020
1 parent e4521dd commit 3cf558c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# couldnt figure out undocumented 'output template' mode for pkg so wrote this
# also need to include .node files until pkg supports including them in binary

NODE_ABI="node"
NODE_ABI="node.napi"
VERSION=$(node -pe "require('./package.json').version")

rm -rf dist
Expand Down

0 comments on commit 3cf558c

Please sign in to comment.