Skip to content

Commit

Permalink
Fixing schema paths for macos bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Jan 4, 2024
1 parent 8ced333 commit d83869d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/bundle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d83869d

Please sign in to comment.