Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 25 May 2024 11:06:03 UTC Commit: f5c2985eeb92f5882143699422a0f6a1b92f1add https://github.com/geany/geany/commit/f5c2985eeb92f5882143699422a0f6a1b92f1a...
Log Message: ----------- Windows: Add glib-compile-schemas.exe to GTK bundle
This is necessary to compile GLib schemas, e.g. when installing plugins with their dependencies.
Modified Paths: -------------- scripts/gtk-bundle-from-msys2.sh
Modified: scripts/gtk-bundle-from-msys2.sh 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -247,8 +247,8 @@ cleanup_unnecessary_files() { rm -rf share/vala rm -rf share/xml rm -rf usr/share/libalpm - # cleanup binaries and libs (delete anything except *.dll and GSpawn helper binaries) - find bin ! -name '*.dll' ! -name 'grep.exe' ! -name 'gspawn-win32-helper*.exe' -type f -delete + # cleanup binaries and libs (delete anything except *.dll, glib-compile-schemas and GSpawn helper binaries) + find bin ! -name '*.dll' ! -name 'grep.exe' ! -name 'gspawn-win32-helper*.exe' ! -name 'glib-compile-schemas.exe' -type f -delete # cleanup empty directories find . -type d -empty -delete }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).