mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Updated the build system, now using .NET Framework v4.0 for most things
This commit is contained in:
@@ -50,7 +50,8 @@ namespace CUETools.Processor
|
||||
{
|
||||
get
|
||||
{
|
||||
string cache = Path.Combine(SettingsShared.GetProfileDir("CUE Tools", System.Windows.Forms.Application.ExecutablePath), "MetadataCache");
|
||||
// AppDomain.CurrentDomain.BaseDirectory
|
||||
string cache = Path.Combine(SettingsShared.GetProfileDir("CUE Tools", Environment.GetCommandLineArgs()[0]), "MetadataCache");
|
||||
if (!Directory.Exists(cache))
|
||||
Directory.CreateDirectory(cache);
|
||||
return cache;
|
||||
|
||||
Reference in New Issue
Block a user