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

stable wix: remove 64bit flags from cacert.pem and paths.rc

Changeset 4f46a17c317a

Parent cb765be7d743

by Steve Borho

Changes to one file · Browse files at 4f46a17c317a Showing diff from parent cb765be7d743 Diff from another changeset...

 
226
227
228
229
 
230
231
232
233
234
 
235
236
237
 
226
227
228
 
229
230
231
232
233
 
234
235
236
237
@@ -226,12 +226,12 @@
  Source='contrib\win32\mergepatterns.rc'   />   </Component> - <Component Id='paths.rc' Guid='$(var.paths.rc.guid)' Win64='$(var.IsX64)'> + <Component Id='paths.rc' Guid='$(var.paths.rc.guid)'>   <CreateFolder/>   <IniFile Id="ini0" Action="createLine" Directory="HGRCD" Name="Paths.rc"   Section="web" Key="cacerts" Value="[INSTALLDIR]hgrc.d\cacert.pem" />   </Component> - <Component Id='cacert.pem' Guid='$(var.cacert.pem.guid)' Win64='$(var.IsX64)'> + <Component Id='cacert.pem' Guid='$(var.cacert.pem.guid)'>   <File Id='cacert.pem' Name='cacert.pem' Source='..\misc\cacert.pem'   ReadOnly='yes' KeyPath='yes'/>   </Component>