Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigETI committed Jun 1, 2019
1 parent 758ded8 commit 480ba16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .vs/SAMPLauncherNET/v15/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion SAMPLauncherNET/Source/SAMPLauncherNET/Core/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 480ba16

Please sign in to comment.