Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Nov 17, 2023
1 parent b28e909 commit dfc45e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/install_python_tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ 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\test }
Set-Location C:\tmp\test
Get-ChildItem C:\venv\default\Scripts\ -Exclude *.exe,*.py,*.ps1,activate,__pycache__,*.bat | ForEach-Object { Copy-Item $_ C:\tmp\rename }
Set-Location C:\tmp\rename
Get-ChildItem | Rename-Item -newname { $_.Name +".py" }
Copy-Item * C:\venv\default\Scripts
deactivate
Expand Down

0 comments on commit dfc45e6

Please sign in to comment.