mirror of https://github.com/aminya/setup-cpp
fix: fix setup-cpp mjs entry in executables
This commit is contained in:
parent
590aaa8bb9
commit
c98723f655
|
@ -34,7 +34,7 @@ function main() {
|
||||||
`./exe/setup-cpp-${process.arch}-${getPlatformName()}${exe}`,
|
`./exe/setup-cpp-${process.arch}-${getPlatformName()}${exe}`,
|
||||||
"--",
|
"--",
|
||||||
`{{caxa}}/node_modules/.bin/node${exe}`,
|
`{{caxa}}/node_modules/.bin/node${exe}`,
|
||||||
"{{caxa}}/setup-cpp.js",
|
"{{caxa}}/setup-cpp.mjs",
|
||||||
])
|
])
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue