litiengine icon indicating copy to clipboard operation
litiengine copied to clipboard

Distribute the native assemblies with the maven release

Open steffen-wilke opened this issue 5 years ago • 2 comments

Right now, the native binaries that are required at runtime to use jinput and steamworks4j are not distributed with our maven central release. we need to find a way to include these natives to reduce friction when distributing a game with the LITIengine. At the moment, the native binaries need to be extracted from the .zip archive of the GitHub release.

steffen-wilke avatar Apr 26 '19 10:04 steffen-wilke

We could include the binaries from the jar's manifest, but I don't know how to do that with Gradle.

TheRamenChef avatar Apr 26 '19 11:04 TheRamenChef

#429

steffen-wilke avatar Dec 09 '21 21:12 steffen-wilke