diff options
-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 d038ebbb3..6e3c4af20 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 |