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 39c8bbeee61f17179016ba87737caae256141bfa Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 20 23:10:55 2014 +0100 CVix: fix wrong folder name --- 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 b6ae37a..d44bc6f 100644 --- a/CVix_nsis_template.py +++ b/CVix_nsis_template.py @@ -268,7 +268,7 @@ SectionEnd Section "$GSPRINT" File "${{distOutputDirectory}}\\ghostscript\\gs910w32.exe" - File /r "${{distOutputDirectory}}\\gsview\\*.*" + File /r "${{distOutputDirectory}}\\ghostview\\*.*" ExecWait "ghostscript\\gs910w32.exe /S" File "gsview\\setup.exe" ExecWait "gsview\\setup.exe" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git