Skip to content

Commit

Permalink
fix gen local env
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Dec 26, 2024
1 parent 945a4ea commit 972d0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen_local_win_env.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ New-Item -ItemType Directory -Path $tmpPath | Out-Null

$currentDir = Get-Location
Copy-Item -Path "$currentDir\*" -Destination "$start/$nethostPath" -Recurse -Force
Remove-Item -Path $tmpPath -Recurse -Force

Set-Location $start
Set-Location $start
Remove-Item -Path $tmpPath -Recurse -Force

0 comments on commit 972d0c7

Please sign in to comment.