summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer
AgeCommit message (Collapse)Author
2021-07-02update launch script on Linux for 1.4.5 multiplayer hotfix (#789)Jesse Plamondon-Willard
2021-06-11fix installer error for some Windows playersJesse Plamondon-Willard
2021-05-10set script path in Windows launch script (#777)Jesse Plamondon-Willard
2021-05-03fix installer leaving unneeded StardewModdingAPI-x64.exe file in installerJesse 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-02Merge pull request #776 from kuesji/patch-1Jesse Plamondon-Willard
Fix strict Linux sandbox support in launcher
2021-05-02let user install to a custom path even if a game folder was detectedJesse 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-23add 64-bit support to the SMAPI installer (#767)Jesse Plamondon-Willard
2021-04-04standardize spelling of 'macOS'Jesse Plamondon-Willard
2021-04-02remove unneeded compile switch (#767)Jesse Plamondon-Willard
This was originally added to reduce antivirus false positives, but they do it anyway at this point.
2021-04-02don't overwrite .bin.osx file unnecessarily to avoid resetting file ↵Jesse Plamondon-Willard
permissions (#768)
2021-03-21Drop hardcoded 32-bit restrictions on most SMAPI assemblies (#767)Jesse Plamondon-Willard
SMAPI itself needs to be 32-bit to avoid errors trying to load the 32-bit game.
2021-03-07add descriptive error for PathTooLongException which crashes SMAPI or the ↵Jesse Plamondon-Willard
installer
2021-03-07keep window open when installer crashesJesse Plamondon-Willard
2021-01-28fix error running 'install on Windows.bat' for one userJesse Plamondon-Willard
2021-01-20add ErrorHandler to bundled mod listJesse Plamondon-Willard
2020-11-23let players specify game path by running the installer from within itJesse Plamondon-Willard
2020-08-23minor cleanupJesse Plamondon-Willard
2020-07-29format new code, update release notesJesse Plamondon-Willard
2020-07-28avoid expanding arguments into quoted stringsAlena Messmer
2020-07-26use ordinal comparison/sorting instead of invariantJesse Plamondon-Willard
2020-06-22Update unix-launcher.shJackson Law
$LAUNCHER does not evaluate when enclosed in single quotes. Changed to double quotes to run properly.
2020-06-14tweak build filesJesse Plamondon-Willard
2020-05-11fix Harmony issue when assembly is loaded from memory (#711)Jesse Plamondon-Willard
2020-04-12add config option to disable console colors (#707)Jesse Plamondon-Willard
2020-01-31rework build settings a bitJesse Plamondon-Willard
2020-01-25back up config.user.json when installing (#693)Jesse Plamondon-Willard
2020-01-22fix global data stored in saves folderJesse Plamondon-Willard
2019-12-12Add mate-terminal to the known-to-work terminalsAlexander Paetzelt
2019-12-07fix launcher compatibility on Arch LinuxJesse Plamondon-Willard
Arch Linux sets the $TERMINAL variable, which makes SMAPI think the terminal is being overridden for testing and bypass the terminal selection logic. Since it's only used for testing, we can re-add it locally when needed.
2019-12-02Merge pull request #670 from DanielHeath/patch-1Jesse Plamondon-Willard
Prevent linux install failing with cryptic error
2019-11-30Prevent linux install failing with cryptic errorDaniel Heath
This avoids the error described at https://stackoverflow.com/questions/49242075/mono-bug-magic-number-is-wrong-542 System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542
2019-11-29add alacritty support to unix-launcherarchification
2019-09-23make console colors configurableJesse Plamondon-Willard
2019-09-14remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent ↵Jesse Plamondon-Willard
assembly names
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14move game detection into toolkit for reuseJesse Plamondon-Willard
2019-09-14use known working terminal before trying x-terminal-emulator (#640)Jesse Plamondon-Willard
2019-09-14fix readlink commands in launcher not working in ZorinOS (#640)Jesse Plamondon-Willard
2019-09-14simplify config.json and metadata.json namesJesse Plamondon-Willard
2019-09-14simplify project namesJesse Plamondon-Willard
2019-09-14update release notes, tweak launch script comments (#640)Jesse Plamondon-Willard
2019-09-14Update unix-launcher.shkurumushi
minor formatting fixes
2019-09-14Update unix-launcher.shkurumushi
Changed the line to launch xterm, forcing TERM=xterm, as suggested by @toastal
2019-09-14Reworked the unix launcherKris Scott
- More posix compliance and less prone to failing on bad variables - Replaced depreciated backquotes (`) with the 'which' command - Reworked the entire terminal detection code for easier editing and testing
2019-09-13migrate to new project file formatJesse Plamondon-Willard
2019-04-22add release note (#633)Jesse Plamondon-Willard