Use correct path for database.

This commit is contained in:
2019-01-01 05:43:32 +00:00
parent 5ea28edfbf
commit a95a1f71e0
9 changed files with 351 additions and 362 deletions

View File

@@ -924,7 +924,7 @@ namespace DiscImageChef.Commands
Core.Statistics.AddCommand("device-report");
using(DicContext ctx = new DicContext())
using(DicContext ctx = DicContext.Create(Settings.Settings.DbPath))
{
ctx.Reports.Add(new Report(report));
ctx.SaveChanges();