mirror of
https://github.com/daniel-j/fimfic2epub.git
synced 2024-09-18 18:27:33 +12:00
Added chrome executable detection for ubuntu
This commit is contained in:
parent
ff26fc6bb2
commit
c318f5830c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
CHROME=`command -v chrome || command -v chromium || command -v "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"`
|
||||
CHROME=`command -v chrome || command -v chromium || command -v chromium-browser || command -v "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"`
|
||||
|
||||
rm -f extension.crx
|
||||
|
||||
|
|
Loading…
Reference in a new issue