small adjustments

mac
Miepee 3 years ago
parent 685efd5de3
commit 771a4a88a0

@ -3,7 +3,6 @@ using System.CommandLine;
using System.IO; using System.IO;
using System.Threading.Tasks; using System.Threading.Tasks;
using AM2RPortHelperLib; using AM2RPortHelperLib;
using Microsoft.Win32.SafeHandles;
namespace AM2RPortHelper; namespace AM2RPortHelper;
@ -90,7 +89,7 @@ internal static class Program
void LocalOutput(string output) void LocalOutput(string output)
{ {
if (beVerbose) if (beVerbose)
Console.WriteLine(output); OutputHandlerDelegate(output);
} }
if (linuxPath is not null) if (linuxPath is not null)

@ -2,7 +2,7 @@
namespace AM2RPortHelperLib; namespace AM2RPortHelperLib;
public abstract class LauncherModsBase : ModsBase public abstract class LauncherMods : ModsBase
{ {
/// <summary> /// <summary>
/// Ports a Mod zip intended to be installed via the AM2RLauncher to other operating systems. /// Ports a Mod zip intended to be installed via the AM2RLauncher to other operating systems.
Loading…
Cancel
Save