Call to Ghostscript assumes binary is called 'gs'
Summary:
merge_pdfs assumes that Ghostscript is 'gs', even though you carefully detect its presence using the different binary names found on different platforms earlier in the script.
Steps to reproduce:
- open Inkscape on Windows
- run the extension with Merge output PDF selected
What happened?
An error that 'gs' can't be found.
What should have happened?
gswin64c.exe was correctly detected earlier in the script, so this is what should have been called.
Version info
Version 1.9 running on Inkscape 1.3.2
Edited by Ian Chard