Skip to content

Commit

Permalink
Update win-nuget-template.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Nov 10, 2024
1 parent a82c639 commit e656c7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions installers/win-nuget-template.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ Write-Host "Copy Python binaries to $PythonArchPath"
Copy-Item -Path ".\*" -Destination $PythonArchPath -Recurse
Remove-Item -Path "${PythonArchPath}\setup.ps1" -Force

# print out all files in $PythonArchPath
Write-Host "Files in $PythonArchPath"
$files = Get-ChildItem -Path $PythonArchPath -File -Recurse
Write-Output $files

Write-Host "Create `python3` symlink"
New-Item -Path "$PythonArchPath\python3.exe" -ItemType SymbolicLink -Value "$PythonArchPath\python.exe"

Expand Down

0 comments on commit e656c7b

Please sign in to comment.