Navigation Menu

Skip to content

Commit

Permalink
Change share database path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Si13n7 committed Mar 5, 2019
1 parent 7562715 commit 7e3351d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppsDownloader/Libraries/CachePaths.cs
Expand Up @@ -52,7 +52,7 @@ internal static string SwData
get
{
if (_swData == default(string))
_swData = Path.Combine(CorePaths.TempDir, nameof(SwData), Settings.MachineId, "SwData.dat");
_swData = Path.Combine(CorePaths.TempDir, "SwData.dat");
return _swData;
}
}
Expand Down

0 comments on commit 7e3351d

Please sign in to comment.