#if SVN
public static readonly string ConfigFolder = Config.GetFolder(Config.Dir.Config) + "\\";
public static readonly string PluginsFolder = Config.GetFolder(Config.Dir.Plugins) + "\\";
public static readonly string CustomInputDevice = Config.GetFolder(Config.Dir.CustomInputDevice) + "\\";
public static readonly string CustomInputDefault = Config.GetFolder(Config.Dir.CustomInputDefault) + "\\";
#else
public static readonly string ConfigFolder = Config.Get(Config.Dir.Config) + "\\";
public static readonly string PluginsFolder = Config.Get(Config.Dir.Plugins) + "\\";
public static readonly string CustomInputDevice = Config.Get(Config.Dir.CustomInputDevice) + "\\";
public static readonly string CustomInputDefault = Config.Get(Config.Dir.CustomInputDefault) + "\\";
#endif
I still cant download the plugin.