Libation/Source/LoadByOS
2025-03-05 14:22:51 -07:00
..
LinuxConfigApp Use polkit (#1176) and dnf5/dnf (#1177) 2025-03-05 14:22:51 -07:00
MacOSConfigApp publish profiles => .net 2024-11-22 17:04:08 -05:00
WindowsConfigApp Update AAXClean.Codecs 2025-02-17 20:07:50 -05:00
README.txt * Feature #307 : New windows setting to use cover art as folder's icon. Incomplete. Need to add to avalonia settings 2022-08-12 17:55:15 -04:00

Streamlined example is in \Source\_Demos\LoadByOS

MUST follow naming conventions in InteropFactory

Windows : Path.GetFileName(a).StartsWithInsensitive("win")
Linux   : Path.GetFileName(a).StartsWithInsensitive("linux")
MacOs   : Path.GetFileName(a).StartsWithInsensitive("mac") || a.StartsWithInsensitive("osx")