You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/packaging/channels.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ For legacy purposes, Velopack will also generate a `RELEASES` file (for the `win
13
13
## Switching channels in installed apps
14
14
It is often desirable to allow users to switch channels easily. For example, if your users downloaded an installer for a "stable" version of your app, they will only receive updates for the "stable" channel. Later on, they decide they wish to switch to the "beta" channel to try some experimental features in your app.
15
15
16
-
This can be done by supplying a non-null channel argument to the UpdateManager constructor. So you would instantiate as `new UpdateManager("https://the.place/you-store/updates", "beta")` and then perform an update process as usual.
16
+
[Read more on how to switch channels here.](../integrating/switching-channels.mdx)
0 commit comments