fix Linux/macOS build error

This commit is contained in:
Jesse Plamondon-Willard 2023-06-24 15:48:21 -04:00
parent 7d96f29aff
commit eeb4e12f75
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 1 deletions

View File

@ -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