Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ea247d

Browse files
committed
use real URL
1 parente0867e4 commit6ea247d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎App/Services/UpdateController.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ public static string ChannelName(this UpdateChannel channel)
3838
}
3939
}
4040

41-
// TODO: SET THESE TO THE CORRECT SETTINGS
4241
publicclassUpdaterConfig
4342
{
4443
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";
44+
[Required]publicstringUpdateAppCastUrl{get;set;}="https://releases.coder.com/coder-desktop/windows/appcast.xml";
4745
[Required]publicstringUpdatePublicKeyBase64{get;set;}="NNWN4c+3PmMuAf2G1ERLlu0EwhzHfSiUugOt120hrH8=";
4846
publicUpdateChannel?ForcedUpdateChannel{get;set;}=null;
4947
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp