build: building windows releases with .pdb files now to debug customer crashes with .dmp files

This commit is contained in:
malte_langkabel
2017-03-03 19:49:39 +01:00
parent 928ff49b74
commit 476e731b9e
3 changed files with 15 additions and 23 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<DirectoryRef Id='INSTALLDIR'>
<Component Id='MainExecutable' Guid='A6136907-B3C5-4393-88D7-2ACF63E138A8' Win64="$(var.Win64)">
<File Id='CoatiEXE' Name='Coati.exe' DiskId='1' Source='$(var.PlatformSourceFolder)/Coati_obfuscated.exe' KeyPath='yes' />
<File Id='CoatiEXE' Name='Coati.exe' DiskId='1' Source='$(var.PlatformSourceFolder)/Coati.exe' KeyPath='yes' />
<!-- File association -->
<RegistryValue Root="HKLM" Key="SOFTWARE\Classes\[ProductName].Document" Name="projectfile" Value="Coati project file" Type="string" />