diff --git a/netbeans-wrapper.applescript b/netbeans-wrapper.applescript index cdf6a35..d5ae26d 100644 --- a/netbeans-wrapper.applescript +++ b/netbeans-wrapper.applescript @@ -2,7 +2,9 @@ on run if netBeansBinary is null then - set nbApp to choose file with prompt "Choose NetBeans" default location "/Applications" of type ("public.unix-executable") + set nbApp to choose file ¬ + with prompt "Please locate the file “netbeans” in your “netbeans11/bin” directory" ¬ + default location "/Applications" of type ("public.unix-executable") set netBeansBinary to POSIX path of nbApp end if runNetBeans(netBeansBinary)