mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-01-16 17:58:35 -05:00
- Simplify workflows build commands - Don't build ReadyToRun on validate - Move get-version into it's own job in build.yml - Split macOS into it's own reusable workflow - Add app bundle code signing - Add notarization
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")