GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 299 forks source link

What files should I upload for Windows updates? #135

Closed matiastucci closed 7 years ago

matiastucci commented 7 years ago

I'm using electron-builder with squirrel as target. This is generating a RELEASES, .nupkg and setup file.

My question is: what should I upload to my GitHub release? a .zip with all those files?

bartkozal commented 7 years ago

You need all of them and not necessarily in a .zip package. At least, that's how I make releases and everything works as expected:

screen shot 2017-03-15 at 17 34 23

matiastucci commented 7 years ago

I'll try that. Thanks!