debug.nsis: remove superflous path

This commit is contained in:
Marc-André Lureau 2012-11-27 12:37:06 +01:00
parent 0dca975d64
commit 9f5192f117

View File

@ -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"