Skip to content

Commit

Permalink
Updated winrar download
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable committed Nov 27, 2024
1 parent cf3d520 commit 1d04bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/reproducible_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $Env:PYTHONHASHSEED = 42
$release_dir = "pupil_$(git describe --tags --long)_windows_x64"

Write-Output "Downloading and installing packaging dependencies"
Invoke-WebRequest "https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-611.exe" -OutFile winrar.exe
Invoke-WebRequest "https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-701.exe" -OutFile winrar.exe
.\winrar.exe /s

Write-Output "Creating bundle at $release_dir"
Expand Down

0 comments on commit 1d04bc1

Please sign in to comment.