We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 497cf58 + 6d64056 commit a3866ddCopy full SHA for a3866dd
lib/cliver/dependency_ext.rb
@@ -14,7 +14,7 @@ def path
14
15
# Is the detected dependency currently open?
16
def open?
17
- ProcTable.ps.any? { |p| p.exe == path }
+ ProcTable.ps.any? { |p| p.comm == path }
18
end
19
20
# Returns the version of the resolved dependency
lib/word-to-markdown.rb
@@ -29,6 +29,7 @@ class WordToMarkdown
29
PATHS = [
30
"~/Applications/LibreOffice.app/Contents/MacOS",
31
"/Applications/LibreOffice.app/Contents/MacOS",
32
+ "/C/Program Files (x86)/LibreOffice 5/program",
33
"/C/Program Files (x86)/LibreOffice 4/program"
34
]
35
0 commit comments