v7.0.0.5 Beta
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<ApplicationIcon>mpv-icon.ico</ApplicationIcon>
|
||||
<Product>mpv.net</Product>
|
||||
<FileVersion>7.0.0.4</FileVersion>
|
||||
<AssemblyVersion>7.0.0.4</AssemblyVersion>
|
||||
<InformationalVersion>7.0.0.4</InformationalVersion>
|
||||
<FileVersion>7.0.0.5</FileVersion>
|
||||
<AssemblyVersion>7.0.0.5</AssemblyVersion>
|
||||
<InformationalVersion>7.0.0.5</InformationalVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user