Skip to content

Commit 612bc6d

Browse files
committed
Use the binaries from the new repository.
1 parent d4644e2 commit 612bc6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/linux-x64/install.dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd msttcorefonts
1111

1212
fc-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
1515
tar zxvf ghostscript-10.0.0-linux-x86_64.tgz
1616
cp ghostscript-10.0.0-linux-x86_64/gs-1000-linux-x86_64 /usr/bin/gs
1717
chmod 755 /usr/bin/gs

build/windows/install.dependencies.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ $targetNugetExe = "$PSScriptRoot\..\..\tools\windows\nuget.exe"
77
Invoke-WebRequest $sourceNugetExe -OutFile $targetNugetExe
88

99
Write-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"
1212
Invoke-WebRequest $sourceGhostscriptExe -OutFile $targetGhostscriptExe
1313

1414
Write-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"
1717
Invoke-WebRequest $sourceFFmpegExe -OutFile $targetFFmpegExe
1818

0 commit comments

Comments
 (0)