summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer/unix-launcher.sh
AgeCommit message (Collapse)Author
2018-05-23fix launch issue for Linux players with some terminals (#489, #526)Jesse Plamondon-Willard
2018-05-20Change konsole launch options for newer ncurseskurumushi
This makes konsole tell mono that it is xterm, allowing it to avoid mono/mono#6752 and providing a workaround for #489.
2018-03-05move `xterm` to top of terminal checking orderAlbert Zhang
Makes more sense, as `xterm` is much more common than any of the others and we only need a barebones terminal anyway. This also solves errors caused by issues such as https://github.com/mono/mono/issues/6752
2018-02-17add install scripts for Linux/Mac (#434)Jesse Plamondon-Willard