Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 committed May 7, 2024
1 parent 2e49f5b commit 1e1b929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function getExePath() {

try {
// Since the binary will be located inside `node_modules`, we can simply call `require.resolve`
return require.resolve(`app-${os}-${arch}/bin/app${extension}`);
return require.resolve(`rust_cli_for_npx-${os}-${arch}/bin/app${extension}`);
} catch (e) {
throw new Error(
`Couldn't find application binary inside node_modules for ${os}-${arch}`,
Expand Down

0 comments on commit 1e1b929

Please sign in to comment.