Added version in installation name.

This commit is contained in:
Bosmanfrx 2013-01-26 21:37:51 +01:00
parent ffa69660ac
commit 5a84022b5e
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ NSIS_SCRIPT_TEMPLATE = r"""
LoadLanguageFile "$${NSISDIR}\Contrib\Language files\English.nlf"
LoadLanguageFile "$${NSISDIR}\Contrib\Language files\Polish.nlf"
Name "Syncplay"
OutFile "Syncplay.exe"
Name "Syncplay $version"
OutFile "Syncplay $version Setup.exe"
InstallDir $$PROGRAMFILES\Syncplay
RequestExecutionLevel admin
XPStyle on