Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
/ Orion Public archive

Add generic provider for auto updates #174

Merged
merged 6 commits into from
Aug 13, 2018

Conversation

kernelwhisperer
Copy link
Contributor

What changed?

So it turns out on linux the auto updates don't work at all. (Not even the popup saying there's a new version available). We should consider checking ourselves doing a get to the latest.yml.

All we need to do to move from github is to upload the artifacts to get.siderus.io.

On windows, the app will do a get to https://get.siderus.io/latest.yml, check the versions and then download https://get.siderus.io/Orion-Setup-x.x.x.exe.
On mac is the same process, except the file is called latest-mac.yml.

Before we merge we should:

  • update orion.siderus.io to point to get.siderus.io and not the github releases
  • add some html to get.siderus.io ?

package.json Outdated
@@ -81,6 +82,10 @@
"testURL": "http://localhost/"
},
"build": {
"publish": [{
"provider": "generic",
"url": "https://get.siderus.io"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we change this to https://get.siderus.io/orion?

@koalalorenzo
Copy link
Member

I am going to add some lines of code to update both GitHub and the pipeline on get.siderus.io

@koalalorenzo koalalorenzo merged commit a058556 into master Aug 13, 2018
@koalalorenzo koalalorenzo deleted the feature/add-generic-provider-for-auto-updates branch August 13, 2018 18:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants