From 3aac900de99671d34f325e32825ab9aca09670ba Mon Sep 17 00:00:00 2001 From: Bandit Date: Sat, 23 May 2020 11:46:37 -0700 Subject: [PATCH] Updated --- SWGSourceLauncher/Launcher.cs | 7 ++++++- SWGSourceLauncher/MainWindow.xaml | 2 +- SWGSourceLauncher/MainWindow.xaml.cs | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) 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 @@