From 8ced3333421b3f86e1dcef0be56608babb4f5108 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 1 Jan 2024 23:29:39 -0300 Subject: [PATCH] Fixing bundle path. --- macos/bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/bundle b/macos/bundle index 4697cac..88ffb1e 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 "$(brew --prefix)$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/pw3270*.gschema.xml" "${tmp}/schemas" +cp "$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/pw3270*.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" -- libgit2 0.21.2