Skip to content

Commit

Permalink
6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Dec 13, 2020
1 parent b61b79b commit bafc985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release.ps1
Expand Up @@ -3,4 +3,4 @@ $exePath = '.\src\bin\MediaInfoNET.exe'
$version = [Diagnostics.FileVersionInfo]::GetVersionInfo($exePath).FileVersion
$targetDir = [Environment]::GetFolderPath('Desktop') + '\MediaInfo.NET-' + $version
Copy-Item .\src\bin $targetDir -Recurse -Exclude System.Management.Automation.xml
& 'C:\Program Files\7-Zip\7z.exe' a -t7z -mx9 "$targetDir.7z" -r "$targetDir\*"
& 'C:\Program Files\7-Zip\7z.exe' a -tzip -mx9 "$targetDir.zip" -r "$targetDir\*"

0 comments on commit bafc985

Please sign in to comment.