Skip to content

Commit c7b5ffa

Browse files
authored
[release-1.12] Workaround macOS applescript limitation (#58687)
fixes JuliaLang/www.julialang.org#2291
1 parent 600ac61 commit c7b5ffa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/mac/app/startup.applescript

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-
tell application id "com.apple.finder" to open JuliaFile
3+
do shell script "open -a Terminal '" & JuliaPath & "'"

0 commit comments

Comments
 (0)