This uses xdg-open and open when on Linux and macOS respectively, instead of explorer. This should make crash reports function as intended, as well as make the "Mod folder" button work.
Compilation on Linux was also fixed by replacing MIR with .\MIR, since it previously didn't work according to at least two other users. In theory this should still work on Windows, though I haven't tried it myself.
This uses
xdg-open
andopen
when on Linux and macOS respectively, instead ofexplorer
. This should make crash reports function as intended, as well as make the "Mod folder" button work. Compilation on Linux was also fixed by replacingMIR
with.\MIR
, since it previously didn't work according to at least two other users. In theory this should still work on Windows, though I haven't tried it myself.