From fdc8b8b265e69b7ab99539ef4e4f249f6ef95997 Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Thu, 19 Jan 2023 10:05:46 -0500 Subject: [PATCH] Fixed with https://github.com/astares/Pharo-Chrome/issues/10 --- src/MiniDocs/UnixChromePlatform.extension.st | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/MiniDocs/UnixChromePlatform.extension.st diff --git a/src/MiniDocs/UnixChromePlatform.extension.st b/src/MiniDocs/UnixChromePlatform.extension.st deleted file mode 100644 index a7dab6c..0000000 --- a/src/MiniDocs/UnixChromePlatform.extension.st +++ /dev/null @@ -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' ) -]