File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,10 @@ public static string ChannelName(this UpdateChannel channel)
3838 }
3939}
4040
41- // TODO: SET THESE TO THE CORRECT SETTINGS
4241public class UpdaterConfig
4342{
4443 public bool EnableUpdater { get ; set ; } = true ;
45- //[Required] public string UpdateAppCastUrl { get; set; } = "https://releases.coder.com/coder-desktop/windows/appcast.xml";
46- [ Required ] public string UpdateAppCastUrl { get ; set ; } = "http://localhost:8000/appcast.xml" ;
44+ [ Required ] public string UpdateAppCastUrl { get ; set ; } = "https://releases.coder.com/coder-desktop/windows/appcast.xml" ;
4745 [ Required ] public string UpdatePublicKeyBase64 { get ; set ; } = "NNWN4c+3PmMuAf2G1ERLlu0EwhzHfSiUugOt120hrH8=" ;
4846 public UpdateChannel ? ForcedUpdateChannel { get ; set ; } = null ;
4947}
You can’t perform that action at this time.
0 commit comments