mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Build system cleanup. Platform dependent plugins moved to "plugins" subdirectories.
This commit is contained in:
@@ -20,8 +20,8 @@ namespace CUERipper
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
|
||||
string arch = Marshal.SizeOf(typeof(IntPtr)) == 8 ? "x64" : "Win32";
|
||||
GetSatelliteAssemblies("Plugins (" + arch + ")");
|
||||
string arch = Marshal.SizeOf(typeof(IntPtr)) == 8 ? "x64" : "win32";
|
||||
GetSatelliteAssemblies(System.IO.Path.Combine("plugins", arch));
|
||||
|
||||
CUEConfig config = new CUEConfig();
|
||||
config.Load(new SettingsReader("CUERipper", "settings.txt", Application.ExecutablePath));
|
||||
|
||||
Reference in New Issue
Block a user