This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit b6de2dcabbe065de7ae2bb807ecff41e31b9da6c Author: Mike DePaulo <mikedep333@gmail.com> Date: Mon Jul 7 19:18:27 2014 -0400 Small code cleanup in NSIS script. --- nsis_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsis_template.py b/nsis_template.py index b4391c7..cfcf2e0 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -264,7 +264,7 @@ Section "{program_name} ($REQUIRED)" WriteRegStr HKLM ${{UNINSTALL_REGKEY}} "UninstallString" "$INSTDIR\\uninstall.exe" WriteRegStr HKLM ${{UNINSTALL_REGKEY}} "DisplayIcon" "$INSTDIR\\{icon_location}" WriteRegStr HKLM ${{UNINSTALL_REGKEY}} "DisplayName" "{uninstall_name}" - WriteRegStr HKLM ${{UNINSTALL_REGKEY}} "DisplayVersion" "{program_version}" + WriteRegStr HKLM ${{UNINSTALL_REGKEY}} "DisplayVersion" "${{VERSION}}" WriteRegStr HKLM ${{UNINSTALL_REGKEY}} "Publisher" "{publisher}" WriteRegStr HKLM ${{UNINSTALL_REGKEY}} "HelpLink" "{url}" WriteRegStr HKLM ${{UNINSTALL_REGKEY}} "URLInfoAbout" "{url}" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git