windows-installer icon indicating copy to clipboard operation
windows-installer copied to clipboard

Ignore nupkg

Open hacdias opened this issue 7 years ago • 6 comments

Hey!

Is there any way to disable the building of nupkg files through the configuration?

Thanks!

hacdias avatar Jan 02 '18 10:01 hacdias

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

jacobq avatar Jun 01 '18 07:06 jacobq

I am not sure you would want to build without them as It seems like nupkg files are necessary for updating

alexanderturinske avatar Aug 23 '18 23:08 alexanderturinske

If for example, I don't use the auto updating feature.

felipecrs avatar Dec 01 '21 00:12 felipecrs

@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!

GitMurf avatar Dec 14 '22 17:12 GitMurf

@felipecrs did you ever find out an answer / resolution to this?

Not really.

felipecrs avatar Dec 14 '22 17:12 felipecrs

Still happening?

pagoru avatar Nov 21 '23 10:11 pagoru