KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
30 stars 11 forks source link

Fix custom exec names on macOS #45

Closed notimaginative closed 11 months ago

notimaginative commented 11 months ago

Sets the proper executable name when generating engine json and using app bundles on macOS. This allows custom builds to be generated properly on mac and fixes dev mode engine packages as well.

Also fixes broken path in DeterminScore() when passed modpath doesn't include a trailing directory separator, and makes sure to ignore library files (*.a) on Linux/mac when copying custom builds.