[Spice-devel] [NSIS] Do not install .pdb debug files on the target system
Christophe Fergeau
cfergeau at redhat.com
Tue Jan 2 16:13:39 UTC 2018
Ok, this is an alternative to the patch I sent a while ago, which keeps
the files on the ISO, but does not add them to the installer. I was
initially confused ;)
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
On Mon, Jan 01, 2018 at 10:15:19AM +0200, Yedidyah Bar David wrote:
> 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
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20180102/cfc28c0a/attachment.sig>
More information about the Spice-devel
mailing list