[Spice-devel] [NSIS] Do not install .pdb debug files on the target system
Yedidyah Bar David
didi at redhat.com
Mon Jan 1 08:15:19 UTC 2018
Usually they are not needed, and needlessly take quite a lot of space on
the target system.
Do publish them in the ISO, so that they are easily available if needed.
Change-Id: I6dfa5f5e904ea63513f30f4418e58ad2654cf486
Signed-off-by: Yedidyah Bar David <didi at redhat.com>
---
win-guest-tools.nsis | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
index 19d45a3..1f7ace5 100644
--- a/win-guest-tools.nsis
+++ b/win-guest-tools.nsis
@@ -125,7 +125,7 @@ Section "install"
File "bin/vdagent_x64/vdservice.exe"
SetOutPath "$INSTDIR\drivers"
- File /r drivers/virtio/
+ File /r /x *.pdb drivers/virtio/
Push "vioserial"
Push "vioser"
--
1.8.3.1
More information about the Spice-devel
mailing list