Files
Libation/Source/LoadByOS
Mbucari 2213f5c86a Change msaOS updater to get DMGs
This will break _Automatic_ updates for existing mac users (although I'm not sure it worked all that well to begin with. However, the update notification dialog has had a link to download the bundle manually for a long time now. Old users will still be notified of the new release and be given a direct link to download it.
2025-11-13 23:15:29 -07: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")