[gitg] win32: update pixbuf loaders after installation
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] win32: update pixbuf loaders after installation
- Date: Tue, 12 Jan 2016 14:51:48 +0000 (UTC)
commit 7ba5bc30e797365f7eac579e49f50712dc041d40
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Jan 12 15:51:15 2016 +0100
win32: update pixbuf loaders after installation
win32/installer/gitg.wxs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/win32/installer/gitg.wxs b/win32/installer/gitg.wxs
index 12ed3f8..8ae2645 100644
--- a/win32/installer/gitg.wxs
+++ b/win32/installer/gitg.wxs
@@ -31,6 +31,8 @@
<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="UpdateIconCache" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore"
Execute="deferred" Impersonate="no" />
+ <CustomAction Id="SetUpdatePixbufLoadersCommand" Property="UpdatePixbufLoaders"
Value=""[INSTALLDIR]bin\gdk-pixbuf-query-loaders.exe" --update-cache"/>
+ <CustomAction Id="UpdatePixbufLoaders" BinaryKey="WixCA" DllEntry="CAQuietExec" Return="ignore"
Execute="deferred" Impersonate="no" />
<InstallExecuteSequence>
<RemoveExistingProducts Before="InstallInitialize" />
@@ -38,6 +40,8 @@
<Custom Action="CompileSchemas" After="SetCompileSchemasCommand" />
<Custom Action="SetUpdateIconCacheCommand" After="CompileSchemas" />
<Custom Action="UpdateIconCache" After="SetUpdateIconCacheCommand" />
+ <Custom Action="SetUpdatePixbufLoadersCommand" After="UpdateIconCache" />
+ <Custom Action="UpdatePixbufLoaders" After="SetUpdatePixbufLoadersCommand" />
</InstallExecuteSequence>
</Product>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]