mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 03:38:10 +00:00
[host] installer: include the debug PDB if it is available
This commit is contained in:
parent
9e96156912
commit
6b0699e664
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ Section "-Install" Section1
|
||||||
|
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
File ..\..\looking-glass-host.exe
|
File ..\..\looking-glass-host.exe
|
||||||
|
File /nonfatal ..\..\looking-glass-host.pdb
|
||||||
File LICENSE.txt
|
File LICENSE.txt
|
||||||
WriteUninstaller $INSTDIR\uninstaller.exe
|
WriteUninstaller $INSTDIR\uninstaller.exe
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue