v7.0.0.5 Beta

This commit is contained in:
stax76
2023-12-28 06:11:42 +01:00
parent 6ef9f32d4f
commit d41faad9d9
3 changed files with 6 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ public class AppClass
public static string About => "Copyright (C) 2000-2023 mpv.net/mpv/mplayer\n" +
$"{AppInfo.Product} {AppInfo.Version}" + GetLastWriteTime(Environment.ProcessPath!) + "\n" +
$"{Player.GetPropertyString("mpv-version")}" + GetLastWriteTime(Folder.Startup + "libmpv-2.dll") + "\n" +
$"ffmpeg {Player.GetPropertyString("ffmpeg-version")}\n" + "\nGPL v2 License";
$"ffmpeg {Player.GetPropertyString("ffmpeg-version")}\n" + "GPL v2 License";
static string GetLastWriteTime(string path)
{