From d83869d816bdb595093f43eddbb8a595599c0f37 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 4 Jan 2024 17:53:54 -0300 Subject: [PATCH] Fixing schema paths for macos bundle. --- macos/bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/bundle b/macos/bundle index 88ffb1eb..58b12aae 100755 --- a/macos/bundle +++ b/macos/bundle @@ -137,7 +137,7 @@ cp "$(brew --prefix)/share/pw3270/colors.conf" "${res_path}" echo "Bundling GLib schemas" mkdir -p "${tmp}/schemas" -cp "$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/pw3270*.gschema.xml" "${tmp}/schemas" +cp "../schemas/*.gschema.xml" "${tmp}/schemas" cp "$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/org.gtk.Settings."*".gschema.xml" "${tmp}/schemas" glib-compile-schemas --targetdir="${res_path}" "${tmp}/schemas"