mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 05:48:01 -05:00
Refactor PKG build
This commit is contained in:
parent
67af50b49e
commit
ec0aee5f15
@ -514,7 +514,7 @@
|
|||||||
|
|
||||||
<!-- build package -->
|
<!-- build package -->
|
||||||
<exec executable="productbuild" failonerror="yes">
|
<exec executable="productbuild" failonerror="yes">
|
||||||
<arg line="--component '${path.app}' /Applications --sign '${application.cert.installer}' '${path.pkg}'" />
|
<arg line="--component '${path.app}' /Applications '${path.pkg}' --sign '${application.cert.installer}' --identifier '${application.identifier}' --version '${application.version}'" />
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<!-- store as release build-->
|
<!-- store as release build-->
|
||||||
|
Loading…
Reference in New Issue
Block a user