Skip to content

Commit

Permalink
Updated update checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provissy committed Feb 12, 2015
1 parent c850f50 commit 12a8f99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CommonHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public static void UpdateChecker()
updaterStream.Read(b, 0, b.Length);
File.WriteAllBytes(UniversalConstants.CurrentDirectory + @"\HoppoPluginUpdater.exe", b);
Process.Start(UniversalConstants.CurrentDirectory + @"\HoppoPluginUpdater.exe", "http://provissy.com/HoppoPlugin.dll" + " " + UniversalConstants.CurrentDirectory + @"\Plugins\HoppoPlugin.dll");
}
(Process.GetProcessesByName("KanColleViewer")[0]).Kill();
}
}
catch(Exception ex)
{
Expand Down

0 comments on commit 12a8f99

Please sign in to comment.