0.2.3
This commit is contained in:
@@ -48,6 +48,7 @@ class Script
|
|||||||
|
|
||||||
### 0.2.3
|
### 0.2.3
|
||||||
|
|
||||||
|
- changed minimum runtime to .NET 4.7.2
|
||||||
- fixed mpv.net not working with new mpv lib
|
- fixed mpv.net not working with new mpv lib
|
||||||
- the track name in the title bar was sometimes wrong
|
- the track name in the title bar was sometimes wrong
|
||||||
- mpv lib updated to 2018-12-16
|
- mpv lib updated to 2018-12-16
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
using namespace System.Diagnostics
|
using namespace System.Diagnostics
|
||||||
$exePath = "D:\Projekte\VS\CS\mpvnet\mpvnet\bin\Debug\mpvnet.exe"
|
$exePath = "C:\Users\frank\Desktop\Projekte\mpvnet\mpvnet\bin\Debug\mpvnet.exe"
|
||||||
$version = [FileVersionInfo]::GetVersionInfo($exePath).FileVersion
|
$version = [FileVersionInfo]::GetVersionInfo($exePath).FileVersion
|
||||||
$targetDir = "C:\Users\Frank\Desktop\mpv-net-" + $version
|
$targetDir = "C:\Users\Frank\Desktop\mpv-net-" + $version
|
||||||
Copy-Item D:\Projekte\VS\CS\mpvnet\mpvnet\bin\Debug $targetDir -recurse
|
Copy-Item C:\Users\frank\Desktop\Projekte\mpvnet\mpvnet\bin\Debug $targetDir -recurse
|
||||||
$addonDir = $targetDir + "\Addons"
|
$addonDir = $targetDir + "\Addons"
|
||||||
remove-item $addonDir -Recurse -Include *vbnet.pdb, *mpvnet.exe, *mpvnet.exe.config, *mpvnet.pdb, *vbnet.dll
|
remove-item $addonDir -Recurse -Include *vbnet.pdb, *mpvnet.exe, *mpvnet.exe.config, *mpvnet.pdb, *vbnet.dll
|
||||||
D:\Projekte\VS\VB\util\bin\util.exe -pack $targetDir
|
D:\Projekte\VS\VB\util\bin\util.exe -pack $targetDir
|
||||||
Reference in New Issue
Block a user