From 6b0699e664cc4c75b27ad8247fed2f7ab9df8123 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 26 Jan 2021 22:55:25 +1100 Subject: [PATCH] [host] installer: include the debug PDB if it is available --- host/platform/Windows/installer.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/host/platform/Windows/installer.nsi b/host/platform/Windows/installer.nsi index 2d3e8f04..07c91bdb 100644 --- a/host/platform/Windows/installer.nsi +++ b/host/platform/Windows/installer.nsi @@ -129,6 +129,7 @@ Section "-Install" Section1 SetOutPath $INSTDIR File ..\..\looking-glass-host.exe + File /nonfatal ..\..\looking-glass-host.pdb File LICENSE.txt WriteUninstaller $INSTDIR\uninstaller.exe