Skip to content

Commit

Permalink
fix Linux/macOS build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathoschild committed Jun 24, 2023
1 parent 7d96f29 commit eeb4e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SMAPI.Installer/InteractiveInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public void Run(string[] args)
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
Expand Down

0 comments on commit eeb4e12

Please sign in to comment.