Skip to content

Commit

Permalink
Update verapdf download url
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim authored May 22, 2024
1 parent 1e527bc commit cf855d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_purple_dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (-Not (Test-Path jre\bin\java.exe)) {
# Install VeraPDF
if (-Not (Test-Path verapdf\verapdf.bat)) {
Write-Output "INFO: Downloading VeraPDF"
Invoke-WebRequest -o .\verapdf-installer.zip "http://downloads.verapdf.org/rel/verapdf-installer.zip"
Invoke-WebRequest -o .\verapdf-installer.zip "https://github.com/GovTechSG/purple-a11y/releases/download/cache/verapdf-installer.zip"
Expand-Archive .\verapdf-installer.zip -DestinationPath .
Get-ChildItem ./verapdf-greenfield-* -Directory | Rename-Item -NewName verapdf-installer

Expand Down

0 comments on commit cf855d5

Please sign in to comment.