Skip to content

Commit

Permalink
Fix for new format of hayabusa zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Oct 23, 2024
1 parent 23b6835 commit 4e6d41c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/download/release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,8 @@ if ($status) {
if (Test-Path "${TOOLS}\hayabusa") {
Remove-Item "${TOOLS}\hayabusa" -Recurse -Force
}
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "${SETUP_PATH}\hayabusa.zip" -o"${TOOLS}\hayabusa" | Out-Null
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "${SETUP_PATH}\hayabusa.zip" -o"${TOOLS}" | Out-Null
Move-Item ${TOOLS}\hayabusa-* ${TOOLS}\hayabusa
Move-Item ${TOOLS}\hayabusa\hayabusa-* ${TOOLS}\hayabusa\hayabusa.exe
}

Expand Down

0 comments on commit 4e6d41c

Please sign in to comment.