[gedit] win32: minor fixes on the paths



commit 7f13176221a002663bde5be111d68fe1f1011a26
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jan 12 15:52:43 2016 +0100

    win32: minor fixes on the paths

 win32/installer/gedit.wxs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/win32/installer/gedit.wxs b/win32/installer/gedit.wxs
index 31cfdeb..820f719 100644
--- a/win32/installer/gedit.wxs
+++ b/win32/installer/gedit.wxs
@@ -26,9 +26,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]