1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

Refactor PKG build

This commit is contained in:
Reinhard Pointner 2016-11-13 16:45:19 +08:00
parent 67af50b49e
commit ec0aee5f15

View File

@ -514,7 +514,7 @@
<!-- build package -->
<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>
<!-- store as release build-->