Skip to content

Commit 4f29480

Browse files
Update DaemonInstaller.cs
1 parent dbe7579 commit 4f29480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Installer/Installers/DaemonInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ await DisplayHelper.RunAsStatus("[white]Downloading daemon binary[/]", async ()
5353

5454
var response = await httpClient
5555
.GetAsync(
56-
$"https://github.com/Moonlight-Panel/MoonlightDaemon/releases/download/v1b16/MoonlightDaemon_{architectureType}");
56+
$"https://github.com/Moonlight-Panel/MoonlightDaemon/releases/download/v1b17/MoonlightDaemon_{architectureType}");
5757

5858
await response.Content.CopyToAsync(fs);
5959

0 commit comments

Comments
 (0)