atlanticaccent / starsector-mod-manager-rust

A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.
https://atlanticaccent.github.io/starsector-mod-manager-rust/
MIT License
33 stars 1 forks source link

Add script to rewrite macos binary deps #91

Closed atlanticaccent closed 2 years ago

atlanticaccent commented 2 years ago

This script rewrites the dylib dependency paths of the binary to point to local copies, with search paths relative to the binary itself, and copies the dylibs to the expected location. Also adds a build step for macos to run the script.

This should hopefully make macos releases truly "portable", thus solving the crash users have when they don't install libarchive through brew.