File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cd msttcorefonts
1111
1212fc-cache
1313
14- wget https://github.com/ImageMagick/ImageMagick-Windows /releases/download/20200615 /ghostscript-10.0.0-linux-x86_64.tgz
14+ wget https://github.com/dlemstra/Magick.NET.BuildDependencies /releases/download/build-binaries-2025-08-30 /ghostscript-10.0.0-linux-x86_64.tgz
1515tar zxvf ghostscript-10.0.0-linux-x86_64.tgz
1616cp ghostscript-10.0.0-linux-x86_64/gs-1000-linux-x86_64 /usr/bin/gs
1717chmod 755 /usr/bin/gs
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ $targetNugetExe = "$PSScriptRoot\..\..\tools\windows\nuget.exe"
77Invoke-WebRequest $sourceNugetExe - OutFile $targetNugetExe
88
99Write-Host " Downloading Ghostscript 10.00.0"
10- $sourceGhostscriptExe = " https://github.com/ImageMagick/ImageMagick-Windows /releases/download/20200615 /gs1000w32.exe"
10+ $sourceGhostscriptExe = " https://github.com/dlemstra/Magick.NET.BuildDependencies /releases/download/build-binaries-2025-08-30 /gs1000w32.exe"
1111$targetGhostscriptExe = " $PSScriptRoot \..\..\tools\windows\gs1000w32.exe"
1212Invoke-WebRequest $sourceGhostscriptExe - OutFile $targetGhostscriptExe
1313
1414Write-Host " Downloading FFmpeg 4.2.3"
15- $sourceFFmpegExe = " https://github.com/ImageMagick/ImageMagick-Windows /releases/download/20200615 /ffmpeg-4.2.3-win64.exe"
15+ $sourceFFmpegExe = " https://github.com/dlemstra/Magick.NET.BuildDependencies /releases/download/build-binaries-2025-08-30 /ffmpeg-4.2.3-win64.exe"
1616$targetFFmpegExe = " c:\vcpkg\ffmpeg.exe"
1717Invoke-WebRequest $sourceFFmpegExe - OutFile $targetFFmpegExe
1818
You can’t perform that action at this time.
0 commit comments