Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

wix: properly add imageformat/ folder

This was at least half the reason SVGs were not being used.

Changeset 8fd0918dbce7

Parent 7e88349bc70e

by Steve Borho

Changes to 2 files · Browse files at 8fd0918dbce7 Showing diff from parent 7e88349bc70e Diff from another changeset...

 
56
57
58
59
60
 
 
61
62
63
 
56
57
58
 
 
59
60
61
62
63
@@ -56,8 +56,8 @@
  <DirectoryRef Id="INSTALLDIR">   <Directory Id="imgFmtDir" Name="imageformats" FileSource="$(var.SourceDir)/imageformats">   <Component Id="imageFormats" Guid="$(var.imageformats.guid)"> - <File Name="qico4.exe" KeyPath="yes" /> - <File Name="qsvg4.exe" /> + <File Name="qico4.dll" KeyPath="yes" /> + <File Name="qsvg4.dll" />   </Component>   </Directory>   </DirectoryRef>
 
325
326
327
 
328
329
330
 
325
326
327
328
329
330
331
@@ -325,6 +325,7 @@
  <ComponentRef Id='ExtensionVersions' />   <ComponentRef Id='helpFolder' />   <ComponentRef Id='distOutput' /> + <ComponentRef Id='imageFormats' />   <ComponentRef Id='ThgCmd' />   <ComponentRef Id='HgCmd' />   <ComponentGroupRef Id='templatesFolder' />