libmpv update
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
jumps to the other end when the beginning or end is reached.
|
jumps to the other end when the beginning or end is reached.
|
||||||
Ctrl+F11 goes 10 positions backward.
|
Ctrl+F11 goes 10 positions backward.
|
||||||
Ctrl+F12 goes 10 positions forward.
|
Ctrl+F12 goes 10 positions forward.
|
||||||
|
- libmpv zhongfly 2022-05-07
|
||||||
|
|
||||||
|
|
||||||
5.8.0.0 Beta (2022-04-02)
|
5.8.0.0 Beta (2022-04-02)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ $versionInfo = [Diagnostics.FileVersionInfo]::GetVersionInfo($exePath)
|
|||||||
$7z = 'C:\Program Files\7-Zip\7z.exe'
|
$7z = 'C:\Program Files\7-Zip\7z.exe'
|
||||||
|
|
||||||
$targetDir = $tmpDir + "\mpv.net-$($versionInfo.FileVersion)-beta"
|
$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'
|
$folders = 'Debug', 'Release', 'x64', 'x86', 'Arm'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user