Skip to content

Commit dda37f9

Browse files
committed
This dodges the issue on my machine, let's see if it works for everyone.
1 parent 51214a7 commit dda37f9

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)