OS X: Fix installer target name if we have a build number

This commit is contained in:
Markus Goetz 2014-08-27 14:43:54 +02:00
parent cc6aa66ab0
commit f8b1b243c1

View file

@ -20,7 +20,7 @@ build_path=$2
prjfile=$build_path/admin/osx/macosx.pkgproj
# The name of the installer package
installer="ownCloud-@MIRALL_VERSION_STRING@"
installer="ownCloud-@MIRALL_VERSION_FULL@"
installer_file="$installer.pkg"
# set the installer name to the copied prj config file