Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Oct 6, 2023
1 parent a6f67a2 commit 5af1565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ async function get_nwjs({
if (platform === "linux") {
compressing.tgz.uncompress(out, cacheDir).then(() => resolve());
} else {
// For MacOS build on MacOS platform, Symlinks are copied as files during `compressing.zip.uncompress`.
// For MacOS build on MacOS platform, symlinks are copied as files during `compressing.zip.uncompress`.
// We instead use yauzl-promise for this specific build and platform.
if (platform === "osx" && PLATFORM === "darwin") {
const zip = await yauzl.open(out);
Expand Down

0 comments on commit 5af1565

Please sign in to comment.