Skip to content

Commit

Permalink
fix(setup): platform win, --save-extact
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Jan 8, 2023
1 parent 39bfad6 commit 4634574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ const checkKit = async () => {

log.info(`Found ${KIT_NODE_TAR}. Extracting...`);

if (platform === 'win') {
if (platform === 'win32') {
log.info(`Extracting ${KIT_NODE_TAR} to ${tildify(knodePath())}`);

try {
Expand Down Expand Up @@ -991,6 +991,7 @@ const checkKit = async () => {
[
`i`,
`esbuild@0.16.15`,
`-–save-exact`,
`--production`,
`--prefer-dedupe`,
`--loglevel`,
Expand Down

0 comments on commit 4634574

Please sign in to comment.