--install-location /Applications

This commit is contained in:
Reinhard Pointner 2018-06-30 03:04:47 +07:00
parent 9674d56bfd
commit e16668ce93
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@
</chmod>
<exec executable="pkgbuild" dir="${dir.staging}" failonerror="yes">
<arg line="${package.name}.pkg --component ${dir.dist}/pkg/${application.name}.app --scripts scripts" />
<arg line="${package.name}.pkg --install-location /Applications --component ${dir.dist}/pkg/${application.name}.app --scripts scripts" />
</exec>
<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}'" />