This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-01-24 19:21:31 -05:00
parent 7784d99153
commit c8ce8d0068
1 changed files with 10 additions and 0 deletions

View 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' )
]