mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-22 22:03:44 +03:00
debug.nsis: remove superflous path
This commit is contained in:
parent
0dca975d64
commit
9f5192f117
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user