atlassian / nucleus

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

Multiple platforms under same version #77

Closed Wolvan closed 5 years ago

Wolvan commented 5 years ago

Today was the first time I tried to create targets for both windows and mac (before it was always mac only). Trying to upload the files to the upload server made me realize, that it drafts multiple releases, one per platform.

Furthermore, when I release both of them, the one I released later overrides the one I first clicked on release, instead of them merging into a single release.

How are we supposed to handle multi-platform releases exactly?

MarshallOfSound commented 5 years ago

the one I released later overrides the one I first clicked on release

They don't override each other, release one and wait for it to complete, then release the second one, they will be merged 👍

Wolvan commented 5 years ago

Oh, looks like it was a visual glitch then. Sorry for the wrong issue, because when I checked the thing the first time it was missing the files for macos after I approved the windows files