Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Feb 22, 2024
1 parent f2ec3b7 commit 509846e
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 544 deletions.
4 changes: 2 additions & 2 deletions bin/icon-encoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@ async function main(argv) {
pngs,
switches['--png'] || (switches['--bmp'] ? false : null),
switches['--raw']
)
)
: createIcns(
pngs,
switches['--toc'],
switches['--raw'],
switches['--dark']
));
));
if (err) {
console.error(err);
return 1;
Expand Down
Loading

0 comments on commit 509846e

Please sign in to comment.