dsheiko / nw-autoupdater

⛔️ [DEPRECATED] Library provides low-level API to control NW.js app auto-updates
MIT License
75 stars 36 forks source link

Unable to update after packaging using InnoSetup #32

Open MidnightRyder opened 6 years ago

MidnightRyder commented 6 years ago

I've ran into a weird problem. Auto updates work when not handled as an installed product - if I just copy everything into a directory on the local machine and run the app on Windows 7 or Windows 10, it will happily update without error. Perfect.

However, when I package the project for distribution using InnoSetup or similar, it harfs when it tries to require("nw-autoupdater") with a module not found. Oddly, zipping up the project doesn't have the same effect.