mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Refactoring directory path for storage
This commit is contained in:
@@ -40,14 +40,6 @@ namespace Wox.UpdateFeedGenerator
|
||||
}
|
||||
}
|
||||
|
||||
protected override string ConfigFolder
|
||||
{
|
||||
get { return Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); }
|
||||
}
|
||||
|
||||
protected override string ConfigName
|
||||
{
|
||||
get { return "config"; }
|
||||
}
|
||||
protected override string FileName { get; } = "config";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user