We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d5cc8 commit da8985eCopy full SHA for da8985e
1 file changed
StreamDeckSimHub.Installer/Tools/Configuration.cs
@@ -24,7 +24,7 @@ public static class Configuration
24
25
public const string SimHubRegistryFolder = @"HKEY_CURRENT_USER\Software\SimHub";
26
public const string SimHubRegistryInstallFolder = "InstallDirectory";
27
- public static readonly string SimHubDefaultInstallFolder = Path.Combine("C:\", "Program Files (x86)", "SimHub");
+ public static readonly string SimHubDefaultInstallFolder = Path.Combine(@"C:\", "Program Files (x86)", "SimHub");
28
29
public const string SimHubPluginUrl = "https://github.com/pre-martin/SimHubPropertyServer";
30
public static readonly Version RequiredSimHubPluginVersion = new Version(1, 13, 0);
0 commit comments