updated Ghostscript download link
This commit is contained in:
parent
0bd4e91ec6
commit
8eff18c2c2
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ namespace AmagnoVirtualPrinter.WixSharpInstaller
|
||||||
const string gsNotFound = "Ghostscript not found!\n" +
|
const string gsNotFound = "Ghostscript not found!\n" +
|
||||||
"Please install Ghostscript version 9.52 or higher.\n" +
|
"Please install Ghostscript version 9.52 or higher.\n" +
|
||||||
"You can find the installer on the official website:\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;
|
var registryView = Environment.Is64BitOperatingSystem ? RegistryView.Registry64 : RegistryView.Registry32;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue