Commit d83869d816bdb595093f43eddbb8a595599c0f37
1 parent
8ced3333
Exists in
develop
Fixing schema paths for macos bundle.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
macos/bundle
@@ -137,7 +137,7 @@ cp "$(brew --prefix)/share/pw3270/colors.conf" "${res_path}" | @@ -137,7 +137,7 @@ cp "$(brew --prefix)/share/pw3270/colors.conf" "${res_path}" | ||
137 | echo "Bundling GLib schemas" | 137 | echo "Bundling GLib schemas" |
138 | mkdir -p "${tmp}/schemas" | 138 | mkdir -p "${tmp}/schemas" |
139 | 139 | ||
140 | -cp "$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/pw3270*.gschema.xml" "${tmp}/schemas" | 140 | +cp "../schemas/*.gschema.xml" "${tmp}/schemas" |
141 | cp "$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/org.gtk.Settings."*".gschema.xml" "${tmp}/schemas" | 141 | cp "$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/org.gtk.Settings."*".gschema.xml" "${tmp}/schemas" |
142 | 142 | ||
143 | glib-compile-schemas --targetdir="${res_path}" "${tmp}/schemas" | 143 | glib-compile-schemas --targetdir="${res_path}" "${tmp}/schemas" |