Fix installer

This commit is contained in:
sardelka9515 2022-08-21 14:28:37 +08:00
parent 03bc3a7742
commit 84d578366a
2 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ namespace RageCoop.Client.Installer
checkKeys:
UpdateStatus("Checking conflicts");
var menyooConfig = Path.Combine(root, @"menyooStuff\menyooConfig.ini");
var settingsPath = Path.Combine(installPath, @"Data\Settings.xml");
var settingsPath = Path.Combine(installPath, @"Data\RageCoop.Client.Settings.xml");
Settings settings = null;
try
{

View File

@ -16,7 +16,7 @@ using System.Resources;
// Version informationr(
[assembly: AssemblyVersion("1.5.1.36")]
[assembly: AssemblyFileVersion("1.5.1.36")]
[assembly: AssemblyVersion("1.5.1.37")]
[assembly: AssemblyFileVersion("1.5.1.37")]
[assembly: NeutralResourcesLanguageAttribute( "en-US" )]