[gitg] win32: minor fixes on the paths



commit 7dceccac7205e5edec37ebe429970608dea0627d
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jan 12 15:48:38 2016 +0100

    win32: minor fixes on the paths

 win32/installer/gitg.wxs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/win32/installer/gitg.wxs b/win32/installer/gitg.wxs
index 78045e8..12ed3f8 100644
--- a/win32/installer/gitg.wxs
+++ b/win32/installer/gitg.wxs
@@ -27,9 +27,9 @@
     </UI>
 
     <!-- Installer actions -->
-    <CustomAction Id="SetCompileSchemasCommand" Property="CompileSchemas" 
Value="&quot;[INSTALLDIR]\bin\glib-compile-schemas.exe&quot; 
&quot;[INSTALLDIR]\share\glib-2.0\schemas&quot;"/>
+    <CustomAction Id="SetCompileSchemasCommand" Property="CompileSchemas" 
Value="&quot;[INSTALLDIR]bin\glib-compile-schemas.exe&quot; &quot;[INSTALLDIR]share\glib-2.0\schemas&quot;"/>
     <CustomAction Id="CompileSchemas" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore" 
Execute="deferred" Impersonate="no" />
-    <CustomAction Id="SetUpdateIconCacheCommand" Property="UpdateIconCache" 
Value="&quot;[INSTALLDIR]\bin\gtk-update-icon-cache-3.0.exe&quot; 
&quot;[INSTALLDIR]\share\icons\hicolor&quot;"/>
+    <CustomAction Id="SetUpdateIconCacheCommand" Property="UpdateIconCache" 
Value="&quot;[INSTALLDIR]bin\gtk-update-icon-cache-3.0.exe&quot; 
&quot;[INSTALLDIR]share\icons\hicolor&quot;"/>
     <CustomAction Id="UpdateIconCache" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore" 
Execute="deferred" Impersonate="no" />
 
     <InstallExecuteSequence>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]