electron-wix-msi icon indicating copy to clipboard operation
electron-wix-msi copied to clipboard

The code introduces the exe-icon-extractor package inconsistently with the package.json definition

Open Sallyfafafa opened this issue 1 year ago • 1 comments

The definition uses the @bitdisaster/exe-icon-extractor: https://github.com/electron-userland/electron-wix-msi/blob/master/package.json#L36

The source code uses the exe-icon-extractor https://github.com/electron-userland/electron-wix-msi/blob/master/src/utils/rc-edit.ts#L22

When I use electron-wix-msi to build a windows application, I get a message that exe-icon-extractor cannot be found

Can we standardize?

Sallyfafafa avatar Jun 13 '23 08:06 Sallyfafafa

any solution?

dineshmedloop avatar Aug 03 '23 05:08 dineshmedloop