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 1e7333081230843a8cf229192c50e253069948c2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 21 00:10:38 2014 +0100 CVix: ExecWait uses OUTPATH as base path --- CVix_nsis_template.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py index d61240c..1a0b77f 100644 --- a/CVix_nsis_template.py +++ b/CVix_nsis_template.py @@ -269,10 +269,10 @@ Section "$GSPRINT" SetOutPath "$INSTDIR\\ghostscript" File /r "${{distOutputDirectory}}\\ghostscript\\*.*" - ExecWait "ghostscript\\gs910w32.exe /S" + ExecWait "gs910w32.exe /S" SetOutPath "$INSTDIR\\ghostview" File /r "${{distOutputDirectory}}\\ghostview\\*.*" - ExecWait '"ghostview\\setup.exe" "$PROGRAMFILES\\Ghostgum"' + ExecWait '"setup.exe" "$PROGRAMFILES\\Ghostgum"' SectionEnd -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git