fix: PowerShell completions

This commit is contained in:
Tom 2020-06-03 18:13:29 +10:00 committed by David Peter
parent f3f623e7ea
commit 8de77e136a

View File

@ -16,6 +16,7 @@ Copy-Item "$SRC_DIR\target\release\hyperfine.exe" '.\'
Copy-Item $SRC_DIR\README.md '.\'
Copy-Item $SRC_DIR\LICENSE-MIT '.\'
Copy-Item $SRC_DIR\LICENSE-APACHE '.\'
Copy-Item "$SRC_DIR\target\release\build\hyperfine-*\out\_hyperfine.ps1" '.\'
7z a "$ZIP" *