This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-01-19 10:05:46 -05:00
parent 726d2950b7
commit fdc8b8b265
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
Extension { #name : #UnixChromePlatform }
{ #category : #'*MiniDocs' }
UnixChromePlatform class >> defaultExecutableLocations [
^ #( '/opt/google/chrome/chrome'
'/usr/bin/chromium-browser'
'/usr/local/share/chromium/chrome'
'/usr/bin/chromium' )
]