fix Linux/macOS build error
This commit is contained in:
parent
7d96f29aff
commit
eeb4e12f75
|
@ -178,7 +178,7 @@ namespace StardewModdingApi.Installer
|
||||||
if (context.IsWindows)
|
if (context.IsWindows)
|
||||||
{
|
{
|
||||||
this.PrintError($"This is the installer for Linux/macOS. Run the 'install on Windows.exe' file instead.");
|
this.PrintError($"This is the installer for Linux/macOS. Run the 'install on Windows.exe' file instead.");
|
||||||
this.AwaitConfirmation();
|
this.AwaitConfirmation(allowUserInput);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue