Skip to content

Commit

Permalink
Include PDB in Windows debug installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoffland committed May 13, 2024
1 parent 6209770 commit b719a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/win/fah-client.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ install_files:
SetOverwrite try
SetOutPath "$INSTDIR"
File /oname=${CLIENT_EXE} "${CLIENT_HOME}\fah-client.exe"
File /oname=${CLIENT_EXE}.pdb /nonfatal "${CLIENT_HOME}\fah-client.exe.pdb"
File "${CLIENT_HOME}\HideConsole.exe"
File /oname=${CLIENT_ICON} "${CLIENT_HOME}\images\fahlogo.ico"
File /oname=README.txt "${CLIENT_HOME}\README.md"
Expand Down

0 comments on commit b719a0c

Please sign in to comment.