Restoring functionality to address https://github.com/feenkcom/gtoolkit/issues/3024
This commit is contained in:
parent
7784d99153
commit
c8ce8d0068
10
src/MiniDocs/UnixChromePlatform.extension.st
Normal file
10
src/MiniDocs/UnixChromePlatform.extension.st
Normal file
@ -0,0 +1,10 @@
|
||||
Extension { #name : #UnixChromePlatform }
|
||||
|
||||
{ #category : #'*MiniDocs' }
|
||||
UnixChromePlatform class >> defaultExecutableLocations [
|
||||
|
||||
^ #( '/opt/google/chrome/chrome'
|
||||
'/usr/bin/chromium-browser'
|
||||
'/usr/local/share/chromium/chrome'
|
||||
'/usr/bin/chromium' )
|
||||
]
|
Loading…
Reference in New Issue
Block a user