mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
OS X: Fix installer target name if we have a build number
This commit is contained in:
parent
cc6aa66ab0
commit
f8b1b243c1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ build_path=$2
|
||||||
prjfile=$build_path/admin/osx/macosx.pkgproj
|
prjfile=$build_path/admin/osx/macosx.pkgproj
|
||||||
|
|
||||||
# The name of the installer package
|
# The name of the installer package
|
||||||
installer="ownCloud-@MIRALL_VERSION_STRING@"
|
installer="ownCloud-@MIRALL_VERSION_FULL@"
|
||||||
installer_file="$installer.pkg"
|
installer_file="$installer.pkg"
|
||||||
|
|
||||||
# set the installer name to the copied prj config file
|
# set the installer name to the copied prj config file
|
||||||
|
|
Loading…
Reference in a new issue