updated Ghostscript download link

This commit is contained in:
Marco Batzinger 2021-12-17 13:45:10 +01:00
parent 0bd4e91ec6
commit 8eff18c2c2

View file

@ -84,7 +84,7 @@ namespace AmagnoVirtualPrinter.WixSharpInstaller
const string gsNotFound = "Ghostscript not found!\n" +
"Please install Ghostscript version 9.52 or higher.\n" +
"You can find the installer on the official website:\n" +
"https://www.ghostscript.com/download/gsdnld.html";
"https://www.ghostscript.com/releases/gsdnld.html";
var registryView = Environment.Is64BitOperatingSystem ? RegistryView.Registry64 : RegistryView.Registry32;