Libation Runs on Linux!

This commit is contained in:
Michael Bucari-Tovo 2022-07-23 18:07:04 -06:00
parent 17b0da358f
commit 1e4c489983
166 changed files with 10989 additions and 56 deletions

View file

@ -451,7 +451,7 @@ namespace LibationFileManager
#endregion
#region LibationFiles
private static string APPSETTINGS_JSON { get; } = Path.Combine(Path.GetDirectoryName(System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName), "appsettings.json");
private static string APPSETTINGS_JSON { get; } = Path.Combine(Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location), "appsettings.json");
private const string LIBATION_FILES_KEY = "LibationFiles";
[Description("Location for storage of program-created files")]