[gitg] win32: minor fixes on the paths
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] win32: minor fixes on the paths
- Date: Tue, 12 Jan 2016 14:51:43 +0000 (UTC)
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=""[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]