From 7ee0dffb84405fc452e6c0e2fbfcc3ce62a8f8c9 Mon Sep 17 00:00:00 2001 From: Fyodor Sheremetyev <sheremetyev@gmail.com> Date: Fri, 15 Mar 2013 12:47:04 +0000 Subject: [PATCH] WiX: Replace tabs with spaces. --- windows/pandoc.wxs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs index 71afa8eb0..83f24823e 100644 --- a/windows/pandoc.wxs +++ b/windows/pandoc.wxs @@ -36,7 +36,7 @@ <File Id="pandocCOPYING" Name="COPYING.rtf" Source="..\COPYING.rtf" /> <Environment Id="UpdatePath" Name="PATH" Action="set" - Part="last" Value="[INSTALLDIR]" /> + Part="last" Value="[INSTALLDIR]" /> </Component> <Component Id="Documentation" Guid="A8D54A76-1A3D-4647-8327-81B69D39D8A3"> @@ -53,8 +53,8 @@ <Shortcut Id="ApplicationStartMenuShortcut" Name="Pandoc User's Guide" Description="Pandoc User's Guide" - Target="[INSTALLDIR]Pandoc User's Guide.html" - WorkingDirectory="INSTALLDIR" /> + Target="[INSTALLDIR]Pandoc User's Guide.html" + WorkingDirectory="INSTALLDIR" /> <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/> <RegistryValue Root="HKCU" Key="Software\John MacFarlane\Pandoc" Name="ShortcutInstalled" Type="integer" Value="1" KeyPath="yes"/>