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:
parent
67af50b49e
commit
ec0aee5f15
@ -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-->
|
||||
|
Loading…
Reference in New Issue
Block a user