@ -3,7 +3,6 @@ using System.CommandLine;
using System.IO;
using System.Threading.Tasks;
using AM2RPortHelperLib;
using Microsoft.Win32.SafeHandles;
namespace AM2RPortHelper;
@ -90,7 +89,7 @@ internal static class Program
void LocalOutput(string output)
{
if (beVerbose)
Console.WriteLine(output);
OutputHandlerDelegate(output);
}
if (linuxPath is not null)
@ -2,7 +2,7 @@
namespace AM2RPortHelperLib;
public abstract class LauncherModsBase : ModsBase
public abstract class LauncherMods : ModsBase
/// <summary>
/// Ports a Mod zip intended to be installed via the AM2RLauncher to other operating systems.