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 39d66f1b910d72263797c2133673a56600b396ef Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 20 22:44:44 2014 +0100 CVix: NSIS tweaking --- CVix_nsis_template.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py index 3e64f0c..1c6df7e 100644 --- a/CVix_nsis_template.py +++ b/CVix_nsis_template.py @@ -170,6 +170,14 @@ var WITHOUT_PULSEAUDIO Function .onInit + var GSCRIPT_VERSION + var GSCRIPT_INSTALLER + StrCpy $GSCRIPT_VERSION "9.10" + StrCpy $GSCRIPT_INSTALLER "gs910w32.exe" + + var GSVIEW_VERSION + StrCpy $GSVIEW_VERSION "5.0" + ; ;Language selection dialog ; Push "" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git