diff --git a/Client/Installer/MainWindow.xaml.cs b/Client/Installer/MainWindow.xaml.cs index a9021e7..8eaa573 100644 --- a/Client/Installer/MainWindow.xaml.cs +++ b/Client/Installer/MainWindow.xaml.cs @@ -56,7 +56,7 @@ namespace RageCoop.Client.Installer var shvPath = Path.Combine(root, "ScriptHookV.dll"); var shvdnPath = Path.Combine(root, "ScriptHookVDotNet3.dll"); var scriptsPath = Path.Combine(root, "Scripts"); - var installPath = Path.Combine(root, "RageCoop", "Scripts"); + var installPath = Path.Combine(root, "RageCoop"); var legacyPath = Path.Combine(scriptsPath, "RageCoop"); if (Directory.GetParent(Assembly.GetExecutingAssembly().Location).FullName.StartsWith(installPath)) throw new InvalidOperationException(