mirror of https://github.com/Syncplay/syncplay
Added version in installation name.
This commit is contained in:
parent
ffa69660ac
commit
5a84022b5e
|
@ -20,8 +20,8 @@ NSIS_SCRIPT_TEMPLATE = r"""
|
||||||
LoadLanguageFile "$${NSISDIR}\Contrib\Language files\English.nlf"
|
LoadLanguageFile "$${NSISDIR}\Contrib\Language files\English.nlf"
|
||||||
LoadLanguageFile "$${NSISDIR}\Contrib\Language files\Polish.nlf"
|
LoadLanguageFile "$${NSISDIR}\Contrib\Language files\Polish.nlf"
|
||||||
|
|
||||||
Name "Syncplay"
|
Name "Syncplay $version"
|
||||||
OutFile "Syncplay.exe"
|
OutFile "Syncplay $version Setup.exe"
|
||||||
InstallDir $$PROGRAMFILES\Syncplay
|
InstallDir $$PROGRAMFILES\Syncplay
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
XPStyle on
|
XPStyle on
|
||||||
|
|
Loading…
Reference in New Issue