Skip to content

Commit 16197f8

Browse files
authored
Try workaround for macOS launcher issue (#58668)
This dodges [the issue](JuliaLang/www.julialang.org#2291) on my machine, let's see if it works for everyone.
2 parents 5610e21 + dda37f9 commit 16197f8

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)