Revision: 13501
http://sourceforge.net/p/skim-app/code/13501
Author: hofman
Date: 2023-06-23 16:53:20 +0000 (Fri, 23 Jun 2023)
Log Message:
-----------
default command path is nil
Modified Paths:
--------------
trunk/QuickLook-Skim/SKQLConverter.m
Modified: trunk/QuickLook-Skim/SKQLConverter.m
===================================================================
--- trunk/QuickLook-Skim/SKQLConverter.m 2023-06-23 14:26:19 UTC (rev
13500)
+++ trunk/QuickLook-Skim/SKQLConverter.m 2023-06-23 16:53:20 UTC (rev
13501)
@@ -272,7 +272,7 @@
NSData *output = nil;
- NSString *commandPath = @"/usr/local/bin/ps2pdf";
+ NSString *commandPath = nil;
if (UTTypeEqual(CFSTR("com.adobe.postscript"), (CFStringRef)type))
commandPath = @"/usr/local/bin/ps2pdf";
else if (UTTypeEqual(CFSTR("org.tug.tex.dvi"), (CFStringRef)type))
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit