Remove "undocumented features" from build
This commit is contained in:
parent
5ae2d11abb
commit
00e8c4bc60
|
@ -454,11 +454,6 @@
|
|||
</fileset>
|
||||
</delete>
|
||||
|
||||
<!-- include brew install script (can't put it into Contents/MacOS because that will break codesign and MAS submissions -->
|
||||
<copy todir="${path.app}/Contents/Resources">
|
||||
<fileset dir="${dir.installer}/appbundle" includes="Helper/**" />
|
||||
</copy>
|
||||
|
||||
<!-- fix broken symlink -->
|
||||
<copy file="${jre.path}/lib/jli/libjli.dylib" tofile="${path.app.jre}/Contents/MacOS/libjli.dylib" overwrite="yes" verbose="yes" failonerror="yes" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue