Skip to content

Commit

Permalink
fix: fix setup-cpp mjs entry in executables
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 8, 2024
1 parent 590aaa8 commit c98723f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/scripts/pack-exe.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function main() {
`./exe/setup-cpp-${process.arch}-${getPlatformName()}${exe}`,
"--",
`{{caxa}}/node_modules/.bin/node${exe}`,
"{{caxa}}/setup-cpp.js",
"{{caxa}}/setup-cpp.mjs",
])
),
)
Expand Down

0 comments on commit c98723f

Please sign in to comment.