diff --git a/src/SMAPI.Installer/InteractiveInstaller.cs b/src/SMAPI.Installer/InteractiveInstaller.cs index c21ccdf5..c256be42 100644 --- a/src/SMAPI.Installer/InteractiveInstaller.cs +++ b/src/SMAPI.Installer/InteractiveInstaller.cs @@ -178,7 +178,7 @@ namespace StardewModdingApi.Installer if (context.IsWindows) { this.PrintError($"This is the installer for Linux/macOS. Run the 'install on Windows.exe' file instead."); - this.AwaitConfirmation(); + this.AwaitConfirmation(allowUserInput); return; } #endif