Skip to content

Commit

Permalink
fix: Require correct icon
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Mar 6, 2024
1 parent f55cc76 commit 4984c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/rc-edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ interface RcInfo {

function getExtractIcon(): (_: string, __: string) => Buffer {
if (process.platform === "win32") {
return require("exe-icon-extractor").extractIcon;
return require("@bitdisaster/exe-icon-extractor").extractIcon;
} else {
return () => {
throw new Error("Not implemented");
Expand Down

0 comments on commit 4984c01

Please sign in to comment.