Skip to content

Commit

Permalink
Update Windows platform name
Browse files Browse the repository at this point in the history
  • Loading branch information
monkbroc committed Dec 18, 2024
1 parent d3cbf56 commit 38e7683
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/lib/qdl.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function getExecutable() {
const tmpDir = await mkdirTemp('qdl');
await fs.copy(qdlDir, tmpDir);

return path.join(tmpDir, 'qdl' + (archName === 'windows' ? '.exe' : ''));
return path.join(tmpDir, 'qdl' + (archName === 'win32' ? '.exe' : ''));
}

/**
Expand Down

0 comments on commit 38e7683

Please sign in to comment.