Skip to content

Commit d6b3669

Browse files
authored
Adjust applescript workaround (#58673)
It turns out that there are two path types in applescript, and I had mixed two of them in my previous patch. Annoyingly, things seemed to work when editing locally, unsure why.
2 parents 16197f8 + c759aa9 commit d6b3669

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
set RootPath to (path to me)
22
set JuliaPath to POSIX path of ((RootPath as text) & "Contents:Resources:julia:bin:julia")
3-
set JuliaFile to POSIX file JuliaPath
4-
do shell script "open -a Terminal '" & JuliaFile & "'"
3+
do shell script "open -a Terminal '" & JuliaPath & "'"

0 commit comments

Comments
 (0)