From 5a84022b5ec3008535257616e6c40d4d1304fe0f Mon Sep 17 00:00:00 2001 From: Bosmanfrx Date: Sat, 26 Jan 2013 21:37:51 +0100 Subject: [PATCH] Added version in installation name. --- buildPy2exe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index 5541c40..55751e6 100644 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -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