mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
* make sure JavaApplicationStub is executable (chmod +x) when building the osx app bundle
This commit is contained in:
parent
8c95bf25d5
commit
ac133bcb21
@ -132,7 +132,8 @@
|
|||||||
|
|
||||||
<!-- application bundle folder as zip -->
|
<!-- application bundle folder as zip -->
|
||||||
<zip destfile="${path.appbundle.zip}">
|
<zip destfile="${path.appbundle.zip}">
|
||||||
<fileset dir="${dir.dist}" includes="${title}.app/**" />
|
<zipfileset dir="${dir.dist}" includes="${title}.app/**" excludes="**/JavaApplicationStub" />
|
||||||
|
<zipfileset dir="${dir.dist}" includes="${title}.app/**/JavaApplicationStub" filemode="744" /> <!-- application stub must be executable!! -->
|
||||||
</zip>
|
</zip>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user