summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Installer
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-02-03 22:05:06 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-02-03 22:05:06 -0500
commit8d3e6048b88d1df3dbe47827d9a115c8e359958d (patch)
tree078d3846e50a7535498ceefa4265532bf99f8956 /src/StardewModdingAPI.Installer
parent4504ddcd9836efbafd955f7fe765684e52f9bfee (diff)
downloadSMAPI-8d3e6048b88d1df3dbe47827d9a115c8e359958d.tar.gz
SMAPI-8d3e6048b88d1df3dbe47827d9a115c8e359958d.tar.bz2
SMAPI-8d3e6048b88d1df3dbe47827d9a115c8e359958d.zip
simplify installer text
Diffstat (limited to 'src/StardewModdingAPI.Installer')
-rw-r--r--src/StardewModdingAPI.Installer/InteractiveInstaller.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/StardewModdingAPI.Installer/InteractiveInstaller.cs b/src/StardewModdingAPI.Installer/InteractiveInstaller.cs
index ff4849d1..5abcfc8f 100644
--- a/src/StardewModdingAPI.Installer/InteractiveInstaller.cs
+++ b/src/StardewModdingAPI.Installer/InteractiveInstaller.cs
@@ -147,11 +147,9 @@ namespace StardewModdingApi.Installer
** ask user what to do
****/
Console.WriteLine("You can....");
- Console.WriteLine(platform == Platform.Mono
- ? "[1] Install SMAPI. This will safely update the files so you can launch the game the same way as before."
- : "[1] Install SMAPI. You'll need to launch StardewModdingAPI.exe instead afterwards; see the readme.txt for details."
- );
+ Console.WriteLine("[1] Install SMAPI.");
Console.WriteLine("[2] Uninstall SMAPI.");
+ Console.WriteLine();
ScriptAction action;
{