[gedit] win32: minor fixes on the paths
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] win32: minor fixes on the paths
- Date: Tue, 12 Jan 2016 14:53:43 +0000 (UTC)
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=""[INSTALLDIR]\bin\glib-compile-schemas.exe"
"[INSTALLDIR]\share\glib-2.0\schemas""/>
+ <CustomAction Id="SetCompileSchemasCommand" Property="CompileSchemas"
Value=""[INSTALLDIR]bin\glib-compile-schemas.exe" "[INSTALLDIR]share\glib-2.0\schemas""/>
<CustomAction Id="CompileSchemas" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore"
Execute="deferred" Impersonate="no" />
- <CustomAction Id="SetUpdateIconCacheCommand" Property="UpdateIconCache"
Value=""[INSTALLDIR]\bin\gtk-update-icon-cache-3.0.exe"
"[INSTALLDIR]\share\icons\hicolor""/>
+ <CustomAction Id="SetUpdateIconCacheCommand" Property="UpdateIconCache"
Value=""[INSTALLDIR]bin\gtk-update-icon-cache-3.0.exe"
"[INSTALLDIR]share\icons\hicolor""/>
<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]