[Pkg-owncloud-commits] [owncloud-client] 39/470: Win32: More complete resource specification

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu May 12 16:24:42 UTC 2016


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 37924b9c7fbf55862f162ef7ef5601a96928f59d
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Mon Feb 15 15:42:02 2016 +0100

    Win32: More complete resource specification
    
    Add application and vendor name
    
    Addresses #4473
---
 src/gui/version.rc.in | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/gui/version.rc.in b/src/gui/version.rc.in
index 09ea092..7e56f45 100644
--- a/src/gui/version.rc.in
+++ b/src/gui/version.rc.in
@@ -6,16 +6,24 @@
 #define VER_PRODUCTVERSION          @MIRALL_VERSION_MAJOR@, at MIRALL_VERSION_MINOR@, at MIRALL_VERSION_PATCH@, at MIRALL_VERSION_BUILD@
 #define VER_PRODUCTVERSION_STR      "@MIRALL_VERSION_MAJOR at .@MIRALL_VERSION_MINOR at .@MIRALL_VERSION_PATCH at .@MIRALL_VERSION_BUILD@\0"
 
+#define VER_PRODUCTNAME_STR         "@APPLICATION_NAME@"
+#define VER_COMPANYNAME_STR         "@APPLICATION_VENDOR@"
+
 VS_VERSION_INFO VERSIONINFO
-	FILEVERSION VER_FILEVERSION
-	PRODUCTVERSION VER_PRODUCTVERSION
+FILEVERSION    VER_FILEVERSION
+PRODUCTVERSION VER_PRODUCTVERSION
+FILEOS         VOS__WINDOWS32
+FILETYPE       VFT_APP
 BEGIN
     BLOCK "StringFileInfo"
     BEGIN
         BLOCK "080904b0"
         BEGIN
-            VALUE "FileVersion", VER_FILEVERSION_STR
+            VALUE "CompanyName",    VER_COMPANYNAME_STR
+            VALUE "FileVersion",    VER_FILEVERSION_STR
             VALUE "ProductVersion", VER_PRODUCTVERSION_STR
+            VALUE "ProductName",    VER_PRODUCTNAME_STR
+
         END
     END
     BLOCK "VarFileInfo"

-- 
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