Browse Source

Change title of installer to show the qbt's version.

adaptive-webui-19844
sledgehammer999 12 years ago
parent
commit
c6ba3b4ca3
  1. 2
      src/windows/options.nsi

2
src/windows/options.nsi

@ -19,7 +19,7 @@ XPStyle on @@ -19,7 +19,7 @@ XPStyle on
!define PROG_VERSION "3.0.3"
; The name of the installer
Name "qBittorrent"
Name "qBittorrent ${PROG_VERSION}"
; The file to write
OutFile "qbittorrent_${PROG_VERSION}_setup.exe"

Loading…
Cancel
Save