mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 23:34:39 +00:00
win32: update pixbuf loaders after installation
This commit is contained in:
parent
7dceccac72
commit
7ba5bc30e7
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue