0.2.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
using namespace System.Diagnostics
|
using namespace System.Diagnostics
|
||||||
$exePath = "C:\Users\frank\Desktop\Projekte\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 C:\Users\frank\Desktop\Projekte\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
|
||||||
|
|||||||
Reference in New Issue
Block a user