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

Improve cross-platform compatibility #76

Closed atlanticaccent closed 3 years ago

atlanticaccent commented 3 years ago

Specifically improve compatibility with macOS.

This includes altering wording to better suit platform specific contexts, generate macOS specific app bundles (.app), store configuration data in platform and application specific storage (invisible to users and effectively completely portable) and revising popup implementations to work correctly on macOS.