diff --git a/SWGSourceLauncher/Launcher.cs b/SWGSourceLauncher/Launcher.cs index 031aa1d..1390fb6 100644 --- a/SWGSourceLauncher/Launcher.cs +++ b/SWGSourceLauncher/Launcher.cs @@ -17,6 +17,11 @@ namespace SWGSourceLauncher public static void LaunchWebsite(string url) { Process.Start(url); - } + } + + public static void Update() + { + Process.Start("SWGSourceUpdater.exe"); + } } } diff --git a/SWGSourceLauncher/MainWindow.xaml b/SWGSourceLauncher/MainWindow.xaml index 43bef55..c92ee1a 100644 --- a/SWGSourceLauncher/MainWindow.xaml +++ b/SWGSourceLauncher/MainWindow.xaml @@ -24,7 +24,7 @@