mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 21:38:04 -05:00
Experiment with PKG package scripts
This commit is contained in:
parent
5ad30fbead
commit
660986771c
@ -445,6 +445,10 @@
|
||||
</fileset>
|
||||
</chmod>
|
||||
|
||||
<exec executable="codesign" dir="${dir.staging}" failonerror="yes">
|
||||
<arg line="*.app --verbose --deep --force --sign 'Developer ID Application: ${package.company}'" />
|
||||
</exec>
|
||||
|
||||
<tar destfile="${dir.dist}/${release}.app.tar.xz" compression="${tar.compression}" longfile="posix" encoding="utf-8">
|
||||
<tarfileset dir="${dir.staging}">
|
||||
<include name="*.app/**" />
|
||||
|
Loading…
Reference in New Issue
Block a user