diff --git a/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs b/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs index 5c6f182..7afc33d 100644 --- a/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs +++ b/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs @@ -17,7 +17,7 @@ namespace N_m3u8DL_RE.CommandLine; internal partial class CommandInvoker { - public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20241124"; + public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20241129"; [GeneratedRegex("((best|worst)\\d*|all)")] private static partial Regex ForStrRegex(); diff --git a/src/N_m3u8DL-RE/Program.cs b/src/N_m3u8DL-RE/Program.cs index e2a0c5e..3e8df15 100644 --- a/src/N_m3u8DL-RE/Program.cs +++ b/src/N_m3u8DL-RE/Program.cs @@ -61,7 +61,7 @@ internal class Program { Console.CursorVisible = true; if (!OperatingSystem.IsWindows()) - System.Diagnostics.Process.Start("stty", "echo"); + System.Diagnostics.Process.Start("tput", "cnorm"); } catch { } Environment.Exit(0); }