Skip to content

Commit 6a832a6

Browse files
staticfloatKristofferC
authored andcommitted
This dodges the issue on my machine, let's see if it works for everyone. (cherry picked from commit dda37f9)
1 parent 0eb762c commit 6a832a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
set RootPath to (path to me)
22
set JuliaPath to POSIX path of ((RootPath as text) & "Contents:Resources:julia:bin:julia")
33
set JuliaFile to POSIX file JuliaPath
4-
tell application id "com.apple.finder" to open JuliaFile
4+
do shell script "open -a Terminal '" & JuliaFile & "'"

0 commit comments

Comments
 (0)