Skip to content

Commit a812da1

Browse files
committed
Add 'mgs' to Ghostscript binary search list
Included 'mgs' in the list of Ghostscript binaries checked on Windows systems to improve compatibility with alternative Ghostscript installations.
1 parent b146dfe commit a812da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

export_fig/ghostscript.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
end
8787
% Check whether the binary is on the path
8888
if ispc
89-
bin = {'gswin32c.exe', 'gswin64c.exe', 'gs'};
89+
bin = {'gswin32c.exe', 'gswin64c.exe', 'gs', 'mgs'};
9090
else
9191
bin = {'gs'};
9292
end

0 commit comments

Comments
 (0)