diff options
author | Nicholas Corgan <n.corgan@gmail.com> | 2014-08-05 10:29:16 -0700 |
---|---|---|
committer | Nicholas Corgan <n.corgan@gmail.com> | 2014-08-05 10:29:16 -0700 |
commit | 781d7a24aba25ab045d2f4456071ce9aad3b389c (patch) | |
tree | 00f81e8759d63c83b6fd1f0995128f8ec24fccc6 | |
parent | 5fc3a5973f914714a15401f5732ebabbe20cc4d6 (diff) | |
download | uhd-781d7a24aba25ab045d2f4456071ce9aad3b389c.tar.gz uhd-781d7a24aba25ab045d2f4456071ce9aad3b389c.tar.bz2 uhd-781d7a24aba25ab045d2f4456071ce9aad3b389c.zip |
cmake: add UHD version to NSIS installer title
-rw-r--r-- | host/cmake/Modules/NSIS.template.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/cmake/Modules/NSIS.template.in b/host/cmake/Modules/NSIS.template.in index 9d9322e27..2caafa964 100644 --- a/host/cmake/Modules/NSIS.template.in +++ b/host/cmake/Modules/NSIS.template.in @@ -31,7 +31,7 @@ ;General ;Name and file - Name "USRP Hardware Driver" + Name "USRP Hardware Driver @CPACK_PACKAGE_VERSION@" OutFile "@CPACK_TOPLEVEL_DIRECTORY@/@CPACK_OUTPUT_FILE_NAME@" ;Set compression @@ -153,6 +153,7 @@ Var AR_RegFlags !define MUI_HEADERIMAGE !define MUI_ABORTWARNING + !define MUI_WELCOMEPAGE_TITLE_3LINES # Extra space for the title area ;-------------------------------- ; path functions |