Skip to content

Commit

Permalink
fix: mac finder icon (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
akitaSummer authored Dec 20, 2023
1 parent a20bffd commit 2afe2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/nydusd/fuse_mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async function mountOverlay(cwd, pkg) {
title: 'hdiutil create',
});
await wrapRetry({
cmd: async () => await execa.command(`hdiutil attach -mountpoint ${overlay} ${tmpDmg}`),
cmd: async () => await execa.command(`hdiutil attach -nobrowse -mountpoint ${overlay} ${tmpDmg}`),
title: 'hdiutil attach',
});
}
Expand Down

0 comments on commit 2afe2f0

Please sign in to comment.