From a0d5a6f23407b340e9e96fd050a43f8b2e5daebb Mon Sep 17 00:00:00 2001 From: stax76 Date: Sun, 8 May 2022 15:08:32 +0200 Subject: [PATCH] libmpv update --- docs/Changelog.md | 1 + src/Release.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 293382a..f21ad62 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -11,6 +11,7 @@ jumps to the other end when the beginning or end is reached. Ctrl+F11 goes 10 positions backward. Ctrl+F12 goes 10 positions forward. +- libmpv zhongfly 2022-05-07 5.8.0.0 Beta (2022-04-02) diff --git a/src/Release.ps1 b/src/Release.ps1 index 1c40f95..2dcd044 100644 --- a/src/Release.ps1 +++ b/src/Release.ps1 @@ -5,7 +5,7 @@ $versionInfo = [Diagnostics.FileVersionInfo]::GetVersionInfo($exePath) $7z = 'C:\Program Files\7-Zip\7z.exe' $targetDir = $tmpDir + "\mpv.net-$($versionInfo.FileVersion)-beta" -Copy-Item $PSScriptRoot\bin $targetDir -Recurse -Exclude 'System.Management.Automation.xml' +Copy-Item $PSScriptRoot\bin $targetDir -Recurse -Exclude System.Management.Automation.xml $folders = 'Debug', 'Release', 'x64', 'x86', 'Arm'