diff --git a/.vs/SAMPLauncherNET/v15/.suo b/.vs/SAMPLauncherNET/v15/.suo index 88fcdec..41f0e3d 100644 Binary files a/.vs/SAMPLauncherNET/v15/.suo and b/.vs/SAMPLauncherNET/v15/.suo differ diff --git a/SAMPLauncherNET/Source/SAMPLauncherNET/Core/Program.cs b/SAMPLauncherNET/Source/SAMPLauncherNET/Core/Program.cs index 9697500..0541465 100644 --- a/SAMPLauncherNET/Source/SAMPLauncherNET/Core/Program.cs +++ b/SAMPLauncherNET/Source/SAMPLauncherNET/Core/Program.cs @@ -167,7 +167,7 @@ static void Main() bool init = true; if (!(SAMP.LauncherConfigIO.DoNotCheckForUpdates)) { - GitHubUpdateTask update = new GitHubUpdateTask("BigETI", "SAMPLauncherNET", @".*\.exe", RegexOptions.IgnoreCase); + GitHubUpdateTask update = new GitHubUpdateTask("BigETI", "SAMPLauncherNET"); if (update.Version != Assembly.GetExecutingAssembly().GetName().Version.ToString()) { UpdateNotificationForm update_notification_form = new UpdateNotificationForm(update.Version);