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)
38
38
}
39
39
}
40
40
41
- // TODO: SET THESE TO THE CORRECT SETTINGS
42
41
public class UpdaterConfig
43
42
{
44
43
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" ;
47
45
[ Required ] public string UpdatePublicKeyBase64 { get ; set ; } = "NNWN4c+3PmMuAf2G1ERLlu0EwhzHfSiUugOt120hrH8=" ;
48
46
public UpdateChannel ? ForcedUpdateChannel { get ; set ; } = null ;
49
47
}
You can’t perform that action at this time.
0 commit comments