From b366566d95852c8d1b91969150fb80d464736297 Mon Sep 17 00:00:00 2001 From: Miepee Date: Sun, 11 Sep 2022 14:15:52 +0200 Subject: [PATCH] comment out debug test in cli --- AM2RPortHelperCLI/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AM2RPortHelperCLI/Program.cs b/AM2RPortHelperCLI/Program.cs index 9efaea2..80b4d31 100644 --- a/AM2RPortHelperCLI/Program.cs +++ b/AM2RPortHelperCLI/Program.cs @@ -13,7 +13,7 @@ internal static class Program { Console.WriteLine("AM2RPortHelperCLI v" + PortHelper.Version); - PortHelper.PortLauncherMod("/home/narr/Downloads/Multitroid1_4_2VM_Linux.zip", "Windows", false, "./foo.zip"); + //PortHelper.PortLauncherMod("/home/narr/Downloads/Multitroid1_4_2VM_Linux.zip", "Windows", false, "./foo.zip"); var interactiveOption = new Option(new[] { "-i", "--interactive" }, "Use an interactive mode. This will ignore all other options."); var fileOption = new Option(new[] { "-f", "--file" }, "The file path to the raw mod that should be ported. *REQUIRED*");