diff --git a/setup/install_python_tools.ps1 b/setup/install_python_tools.ps1 index aab95dc..e37bd20 100644 --- a/setup/install_python_tools.ps1 +++ b/setup/install_python_tools.ps1 @@ -139,7 +139,7 @@ Remove-Item parseUSBs2.py Copy-Item $SETUP_PATH\msidump.py .\msidump.py New-Item -ItemType Directory C:\tmp\rename > $null 2>&1 -Get-ChildItem C:\venv\default\Scripts\ -Exclude *.exe,*.py,*.ps1,activate,__pycache__,*.bat | ForEach-Object { Copy-Item $_ C:\tmp\rename } +Get-ChildItem C:\venv\default\Scripts\ -Exclude *.exe,*.py,*.ps1,activate,__pycache__,*.bat | ForEach-Object { Move-Item $_ C:\tmp\rename } Set-Location C:\tmp\rename Get-ChildItem | Rename-Item -newname { $_.Name +".py" } Copy-Item * C:\venv\default\Scripts