Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2013-12-09 20:41:41 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-12-09 20:41:41 +0400
commit31989d23a69db5fe0cdb7a02f86e3e456f48861b (patch)
tree6be4ce54b65646ec830f05ecdd651cc0af6d346c
parent1291ffaf021c9f5e91f57cce441a0fd1ad6824f3 (diff)
Adjust Windows and Mac binaries package names
-rw-r--r--OwnCloudCPack.cmake2
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/OwnCloudCPack.cmake b/OwnCloudCPack.cmake
index d2c4c4a17..fb51b7280 100644
--- a/OwnCloudCPack.cmake
+++ b/OwnCloudCPack.cmake
@@ -13,7 +13,7 @@ set( CPACK_PACKAGE_VERSION_MAJOR ${MIRALL_VERSION_MAJOR} )
set( CPACK_PACKAGE_VERSION_MINOR ${MIRALL_VERSION_MINOR} )
set( CPACK_PACKAGE_VERSION_PATCH ${MIRALL_VERSION_PATCH} )
set( CPACK_PACKAGE_VERSION_BUILD ${MIRALL_VERSION_BUILD} )
-set( CPACK_PACKAGE_VERSION ${MIRALL_VERSION_FULL} )
+set( CPACK_PACKAGE_VERSION ${MIRALL_VERSION_FULL}${MIRALL_VERSION_SUFFIX} )
if(APPLE)
set( CPACK_GENERATOR "DragNDrop" )
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index e31f21eb3..ab61529e2 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -17,7 +17,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
- <string>@APPLICATION_NAME@ @MIRALL_VERSION_FULL@</string>
+ <string>@APPLICATION_NAME@ @MIRALL_VERSION_STRING@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>