[gtk/more-vs-proj-updates: 15/18] MSVC projects: Also "install" the gtk3-demo symbolic icon




commit f155563b8f21c8348853148c991c262bee130c36
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon May 30 19:24:05 2022 +0800

    MSVC projects: Also "install" the gtk3-demo symbolic icon
    
    Follows what is done in the Meson/autotools builds.

 win32/install-msvc.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/win32/install-msvc.mak b/win32/install-msvc.mak
index 46d8ff61fb..5fb453c0fe 100644
--- a/win32/install-msvc.mak
+++ b/win32/install-msvc.mak
@@ -122,6 +122,6 @@ install-data:
        @for %f in (..\gtk\org.gtk.Settings.*.gschema.xml ..\demos\gtk-demo\org.gtk.Demo.gschema.xml) do 
@copy %f "$(PREFIX)\share\glib-2.0\schemas"
        @-$(GLIB_COMPILE_SCHEMAS) $(PREFIX)\share\glib-2.0\schemas
 # Demo icons
-       @for %t in (16 22 24 32 48 256) do @for %d in ($(PREFIX)\share\icons\hicolor\%tx%t\apps) do @((if not 
exist %d\ mkdir %d) & copy /b ..\demos\gtk-demo\data\%tx%t\gtk3-demo.png "%d")
+       @for %t in (16 22 24 32 48 256) do @for %d in ($(PREFIX)\share\icons\hicolor\%tx%t\apps) do @((if not 
exist %d\ mkdir %d) & copy /b ..\demos\gtk-demo\data\%tx%t\gtk3-demo*.png "%d")
        @for %t in (16 22 24 32 48 256) do @for %d in ($(PREFIX)\share\icons\hicolor\%tx%t\apps) do @((if not 
exist %d\ mkdir %d) & copy /b ..\demos\widget-factory\data\%tx%t\gtk3-widget-factory*.png "%d")
        @-$(BASE_BUILT_BIN_DIR)\gtk-update-icon-cache.exe --ignore-theme-index --force 
"$(PREFIX)\share\icons\hicolor"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]