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
11
11
12
12
fc-cache
13
13
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
15
15
tar zxvf ghostscript-10.0.0-linux-x86_64.tgz
16
16
cp ghostscript-10.0.0-linux-x86_64/gs-1000-linux-x86_64 /usr/bin/gs
17
17
chmod 755 /usr/bin/gs
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ $targetNugetExe = "$PSScriptRoot\..\..\tools\windows\nuget.exe"
7
7
Invoke-WebRequest $sourceNugetExe - OutFile $targetNugetExe
8
8
9
9
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"
11
11
$targetGhostscriptExe = " $PSScriptRoot \..\..\tools\windows\gs1000w32.exe"
12
12
Invoke-WebRequest $sourceGhostscriptExe - OutFile $targetGhostscriptExe
13
13
14
14
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"
16
16
$targetFFmpegExe = " c:\vcpkg\ffmpeg.exe"
17
17
Invoke-WebRequest $sourceFFmpegExe - OutFile $targetFFmpegExe
18
18
You can’t perform that action at this time.
0 commit comments