Skip to content

Commit

Permalink
Update download_kurukuru.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm authored Sep 23, 2024
1 parent e86ab19 commit 424b0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/download_kurukuru.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ param (
$nupkgPath = "$PSScriptRoot/../tmp/kurukuru.nupkg"

if (-not $NoDownload) {
mkdir "$PSScriptRoot/../tmp/" -Force
New-Item "$PSScriptRoot/../tmp/" -ItemType Directory -Force
Invoke-WebRequest "https://www.nuget.org/api/v2/package/Kurukuru/" -OutFile $nupkgPath
if (Test-Path ./tmp/kurukuru) {
Remove-Item -Recurse ./tmp/kurukuru -Force
Expand Down

0 comments on commit 424b0b3

Please sign in to comment.