Updating file locations to make them multiplatform.
This commit is contained in:
parent
4fef2117d7
commit
51f7edb0b1
@ -139,7 +139,7 @@ GrafoscopioBrowser class >> openHelpInPdf [
|
|||||||
"Launches the help manual in PDF format in an external viewer."
|
"Launches the help manual in PDF format in an external viewer."
|
||||||
|
|
||||||
| pdfHelpFileLocation |
|
| pdfHelpFileLocation |
|
||||||
pdfHelpFileLocation := (FileSystem disk workingDirectory parent / 'Docs/Es/Manual/manual-grafoscopio.pdf') fullName.
|
pdfHelpFileLocation := (FileSystem disk workingDirectory parent / 'Docs' /'Es' / 'Manual' / 'manual-grafoscopio.pdf') fullName.
|
||||||
Smalltalk platform name = 'unix'
|
Smalltalk platform name = 'unix'
|
||||||
ifTrue: [
|
ifTrue: [
|
||||||
OSProcess command: 'xdg-open ', pdfHelpFileLocation.
|
OSProcess command: 'xdg-open ', pdfHelpFileLocation.
|
||||||
|
Loading…
Reference in New Issue
Block a user