Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
thegoosewiththebowtie committed Aug 6, 2024
1 parent 17a4627 commit 21d1c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fr3-d1/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ private async void Chk_OnClick(object sender, RoutedEventArgs e)
File.Delete("fup.ini");
if (MessageBox.Show("Update?", "Updates found", MessageBoxButton.YesNo) == MessageBoxResult.Yes)
{
client.DownloadFile("triangleonthewall.org/fsetup.exe", "fsetup.exe");
client.DownloadFile("https://triangleonthewall.org/fsetup.exe", "fsetup.exe");
Process.Start("fsetup.exe");
Application.Current.Shutdown();
}
Expand Down

0 comments on commit 21d1c2b

Please sign in to comment.