windows-installer
windows-installer copied to clipboard
Ignore nupkg
Hey!
Is there any way to disable the building of nupkg files through the configuration?
Thanks!
Looks like there isn't yet, but perhaps one would just have to wrap this section? https://github.com/electron/windows-installer/blob/4070e7d3fa7175971aaed838d3f4311916cc51d1/src/index.js#L127-L145
I am not sure you would want to build without them as It seems like nupkg files are necessary for updating
If for example, I don't use the auto updating feature.
@hacdias / @felipecrs did you ever find out an answer / resolution to this? Can someone explain what the purpose of the app-name-0.1-full.nupkg is and why it is included in the installed location? Is it just for purposes of implementing auto-updater because it is quite large (same size as my app.asar) so it would be nice to get rid of it if unnecessary and significantly reduce the footprint of my application. Thanks!
@felipecrs did you ever find out an answer / resolution to this?
Not really.
Still happening?