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:
@@ -74,7 +74,7 @@ namespace CUETools.Processor
|
||||
{
|
||||
get
|
||||
{
|
||||
return Path.Combine(SettingsShared.GetProfileDir("CUE Tools", System.Windows.Forms.Application.ExecutablePath), "LocalDB.xml.z");
|
||||
return Path.Combine(SettingsShared.GetProfileDir("CUE Tools", Environment.GetCommandLineArgs()[0]), "LocalDB.xml.z");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user