mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-08 21:14:16 +00: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…
Reference in New Issue
Block a user