diff --git a/release.ps1 b/release.ps1 index 6ce9e92..372e247 100644 --- a/release.ps1 +++ b/release.ps1 @@ -9,4 +9,4 @@ $addonDir = $targetDir + "\Addons" Remove-Item $addonDir -Recurse -Include *mpvnet.exe, *mpvnet.exe.config, *mpvnet.pdb $7zPath = "C:\Program Files\7-Zip\7z.exe" $args = "a -t7z -mx9 $targetDir.7z -r $targetDir\*" -#Start-Process -FilePath $7zPath -ArgumentList $args \ No newline at end of file +Start-Process -FilePath $7zPath -ArgumentList $args \ No newline at end of file