electron-userland / electron-wix-msi

:dvd: Create traditional MSI installers for your Electron app
MIT License
318 stars 91 forks source link

🐛 `exe-icon-extractor` dependencies error #175

Open caoxiemeihao opened 8 months ago

caoxiemeihao commented 8 months ago

https://github.com/electron-userland/electron-wix-msi/blob/2339d98a765417e7236dbf72340ff1b3e0ade87e/src/utils/rc-edit.ts#L22

I think this is a dependencies reference error. I did not find the exe-icon-extractor in the package.json, which caused a CI error in electron-forge. 👉 https://github.com/electron/forge/pull/3336

image