atlassian / nucleus

A configurable and versatile update server for all your Electron apps
Other
393 stars 91 forks source link

RELEASES files are empty #121

Closed hannehomuth closed 3 years ago

hannehomuth commented 3 years ago

Hi,

i've setup a nucleus server with docker and uploaded an released some Windows (Exe) Files. There are stored and could be downloaded via the "https://company-download.de/latest/win32/x64/app-name.exe" link, but unfortunally all RELEASES Files are empty.

So when the autoupdater tries to check what version is actual available it requests a RELEASES file but is unable to check the version because the file is empty.

What i'm doing wrong?

hannehomuth commented 3 years ago

Found problem. The RELEASES files will only be filled with content when ".nupkg" Packages will be uploaded. Simply put an "exe" file or a zip will not work.