Skip to content

Commit b180986

Browse files
staticfloatKristofferC
authored andcommitted
Adjust applescript workaround
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. (cherry picked from commit c759aa9)
1 parent 6a832a6 commit b180986

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)