mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-10 11:25:04 -05:00
Experiment with PKG package scripts
This commit is contained in:
parent
1721d155fd
commit
522cda38dc
@ -475,7 +475,7 @@
|
|||||||
</copy-replace>
|
</copy-replace>
|
||||||
|
|
||||||
<exec executable="pkgbuild" dir="${dir.staging}" failonerror="yes">
|
<exec executable="pkgbuild" dir="${dir.staging}" failonerror="yes">
|
||||||
<arg line="@{package.name}.pkg --component ${dir.dist}/app/${application.name}.app --scripts installer/pkg/scripts" />
|
<arg line="${package.name}.pkg --component ${dir.dist}/app/${application.name}.app --scripts scripts" />
|
||||||
</exec>
|
</exec>
|
||||||
<exec executable="productbuild" dir="${dir.staging}" failonerror="yes">
|
<exec executable="productbuild" dir="${dir.staging}" failonerror="yes">
|
||||||
<arg line="${dir.dist}/${release}.pkg --distribution distribution.xml --package-path . --sign 'Developer ID Installer: ${package.company}'" />
|
<arg line="${dir.dist}/${release}.pkg --distribution distribution.xml --package-path . --sign 'Developer ID Installer: ${package.company}'" />
|
||||||
|
Loading…
Reference in New Issue
Block a user