This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch cvix/2.x in repository pyhoca-gui. commit 4105d838e708de89cec31db56f86245db33cfd3d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 6 00:22:37 2014 +0100 CVix: remove faulty string placeholder from CVix_nsis_template.py --- CVix_nsis_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py index 78d432a..7b8fd15 100644 --- a/CVix_nsis_template.py +++ b/CVix_nsis_template.py @@ -18,7 +18,7 @@ Caption "{program_desc}" !define distOutputDirectory '{output_dir}' ; The file to write -OutFile "..\\{program_name}_{schema}_${{VERSION}}_win32-setup.exe" +OutFile "..\\{program_name}_${{VERSION}}_win32-setup.exe" ; The default installation directory InstallDir $PROGRAMFILES\\{program_name} -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git