[Pkg-owncloud-commits] [owncloud-client] 08/70: Add version and product information to installer properties
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Jul 1 10:21:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit b814b45e50d7ac2ed8b7d68736aa8fe4516b196e
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Thu Jun 5 08:32:23 2014 +0200
Add version and product information to installer properties
---
cmake/modules/NSIS.template.in | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 8a247e8..8c9c5dc 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -151,6 +151,12 @@ UninstPage custom un.UnPageUserAppData un.UnPageUserAppDataLeave
!include ${source_path}/admin/win/nsi/l10n/languages.nsh
!include ${source_path}/admin/win/nsi/l10n/declarations.nsh
+; Set version strings with english locale
+VIProductVersion "${VERSION}"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${APPLICATION_NAME}"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "${APPLICATION_VENDOR}"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${VERSION}"
+
!macro SETLANG un
Function ${un}SetLang
# load the selected language file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list