AlyxMoon / lunar-factorio-mod-manager

A mod manager for Factorio, programmed using the Electron framework.
MIT License
6 stars 2 forks source link

Update mod_manager.js for macOS compability #143

Closed lorenzolewis closed 4 years ago

lorenzolewis commented 4 years ago

Fix issue with macOS directory not being mapped correctly for "info.json" in order to start application.

AlyxMoon commented 4 years ago

Awesome, thanks!

Heh, the downside to not having macOS but still building for it is that I guess at the paths. I'm glad you corrected it.

lorenzolewis commented 4 years ago

There we go, I think I did it. First time working with Javascript at all so feel free to modify if there's a better way! :)

Let me know if there is anything else I can do some testing on for macOS!