We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente0867e4 commit6ea247dCopy full SHA for 6ea247d
App/Services/UpdateController.cs
@@ -38,12 +38,10 @@ public static string ChannelName(this UpdateChannel channel)
38
}
39
40
41
-// TODO: SET THESE TO THE CORRECT SETTINGS
42
publicclassUpdaterConfig
43
{
44
publicboolEnableUpdater{get;set;}=true;
45
-//[Required] public string UpdateAppCastUrl { get; set; } = "https://releases.coder.com/coder-desktop/windows/appcast.xml";
46
-[Required]publicstringUpdateAppCastUrl{get;set;}="http://localhost:8000/appcast.xml";
+[Required]publicstringUpdateAppCastUrl{get;set;}="https://releases.coder.com/coder-desktop/windows/appcast.xml";
47
[Required]publicstringUpdatePublicKeyBase64{get;set;}="NNWN4c+3PmMuAf2G1ERLlu0EwhzHfSiUugOt120hrH8=";
48
publicUpdateChannel?ForcedUpdateChannel{get;set;}=null;
49