Add generic provider for auto updates #174
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Siderus/Orion!174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/add-generic-provider-for-auto-updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 downloadhttps://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:
@ -81,6 +82,10 @@"testURL": "http://localhost/"can we change this to
https://get.siderus.io/orion?I am going to add some lines of code to update both GitHub and the pipeline on
get.siderus.io