Skip to content

Commit

Permalink
Update download.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Connection Refused committed Apr 1, 2021
1 parent ebcde8c commit c14fa70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions download.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ $NetchDataURL="https://github.com/NetchX/NetchData/archive/refs/heads/master.zip
$NetchModeURL="https://github.com/NetchX/NetchMode/archive/refs/heads/master.zip"
$NetchI18NURL="https://github.com/NetchX/NetchTranslation/archive/refs/heads/master.zip"

$last=$(Get-Location)
New-Item -ItemType Directory -Name $OutputPath | Out-Null
Set-Location $OutputPath

Expand Down Expand Up @@ -31,4 +32,5 @@ Remove-Item -Force mode.zip
Remove-Item -Force i18n.zip

Get-Item *
Set-Location $last
exit 0

0 comments on commit c14fa70

Please sign in to comment.