From 9f5192f117da2fac381c6a280c7b62292ef0a50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 27 Nov 2012 12:37:06 +0100 Subject: [PATCH] debug.nsis: remove superflous path --- data/virt-viewer-debug.nsis.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/virt-viewer-debug.nsis.in b/data/virt-viewer-debug.nsis.in index 2feab35..8d8d499 100644 --- a/data/virt-viewer-debug.nsis.in +++ b/data/virt-viewer-debug.nsis.in @@ -32,7 +32,7 @@ Section "VirtViewer Debug" File "${DESTDIR}@prefix@/bin/debug-helper.exe" # make virt-viewer debug the default spice-x client - WriteRegStr HKCU "Software\spice-space.org\spicex" "client" "$INSTDIR\bin\debug-helper.exe $INSTDIR\bin\remote-viewer.exe --spice-controller" + WriteRegStr HKCU "Software\spice-space.org\spicex" "client" "$INSTDIR\bin\debug-helper.exe remote-viewer.exe --spice-controller" SectionEnd Section "Uninstall"