Re: Spawn Shell Process
Code: Select all
chmod u+x /Applications/Sweet\ Home\ 3D.app/Contents/Plugins/Java.runtime/Contents/Home/jre/lib/jspawnhelperCode: Select all
<target name="macosxBundle"...
<!-- Change executable permission of jspawnhelper lost during copy task -->
<chmod perm="+x" file="install/macosx/SweetHome3D-${version}/Sweet Home 3D.app/Contents/Plugins/Java.runtime/Contents/Home/jre/lib/jspawnhelper"/>