summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer/assets/unix-launcher.sh
AgeCommit message (Collapse)Author
2021-07-07update launch script on macOS for 1.4.5 multiplayer hotfix (#789)Jesse Plamondon-Willard
Thanks to Mr. Podunkian for his help investigating this on macOS!
2021-07-02update launch script on Linux for 1.4.5 multiplayer hotfix (#789)Jesse Plamondon-Willard
2021-05-02fix new executable check in Linux launcher, update release notes (#775)Jesse Plamondon-Willard
2021-05-02rename variables in Linux launcher for clarityJesse Plamondon-Willard
2021-05-02use POSIX command directly in Linux launcherJesse Plamondon-Willard
2021-05-02launcher strict sandbox fix on linuxkuesji koesnu
i added a check for is found terminal is executable. game will launch with standart exec if found terminal is not exist or executable. ( fix for issue #775 )
2021-04-02don't overwrite .bin.osx file unnecessarily to avoid resetting file ↵Jesse Plamondon-Willard
permissions (#768)
2020-07-29format new code, update release notesJesse Plamondon-Willard
2020-07-28avoid expanding arguments into quoted stringsAlena Messmer
2020-06-22Update unix-launcher.shJackson Law
$LAUNCHER does not evaluate when enclosed in single quotes. Changed to double quotes to run properly.
2020-01-31rework build settings a bitJesse Plamondon-Willard