Skip to content

Commit

Permalink
regen binary
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed May 12, 2019
1 parent 7d12a87 commit 7da7beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified QuickLookR.qlgenerator.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions QuickLookR/GeneratePreviewForURL.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ OSStatus GeneratePreviewForURL(void *thisInterface, QLPreviewRequestRef preview,
cmd = [ cmd stringByAppendingString: contents ] ;
cmd = [ cmd stringByAppendingString: @"')" ] ;

NSLog(@"Running: %@", cmd) ;

NSTask *task = [ [ NSTask alloc ] init] ;
task.launchPath = @"/usr/local/bin/Rscript";
task.arguments = @[ @"-e", cmd ];
Expand Down

0 comments on commit 7da7beb

Please sign in to comment.