integrating/switching-channels #20
Replies: 2 comments 2 replies
-
This sounds great - I've wanted to do exactly this, so will be trying out Velopack. Sounds like you've made a great framework! I'll try to remember to check back in once we've migrated. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is it possible to somehow promote a release from beta to stable? I guess at the very minimum I have to run If that's the case do I also have to make sure that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
integrating/switching-channels
By default, UpdateManager will try and search for releases in the same channel that it was built for. You can read more about packaging channels here. So normally, you should not provide a channel at all to the UpdateManager constructor.
https://docs.velopack.io/integrating/switching-channels
Beta Was this translation helpful? Give feedback.
All reactions