Updated the build system, now using .NET Framework v4.0 for most things

This commit is contained in:
Grigory Chudov
2018-03-11 17:07:48 -04:00
parent a66bfe28cc
commit 929b7de944
905 changed files with 13647 additions and 216371 deletions

View File

@@ -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;