Skip to content

Commit

Permalink
fix: generate cmd shim files
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Sep 28, 2020
1 parent 9e5e65b commit a900b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkshims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function main() {
fs.writeFileSync(entryPath, entryScript);
fs.chmodSync(entryPath, 0o755);

await cmdShim(entryPath, `${__dirname}/shims/${binaryName}`, {});
await cmdShim(entryPath, `${__dirname}/shims/${binaryName}`, {createCmdFile: true});
}
}

Expand Down

0 comments on commit a900b4d

Please sign in to comment.