Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 29 Sep 2019 21:03:58 UTC Commit: 5d2e74c0d861ac8a1c5acd637077a14f24e32b2e https://github.com/geany/geany-osx/commit/5d2e74c0d861ac8a1c5acd637077a14f24...
Log Message: ----------- Fix signing script
Modified Paths: -------------- sign.sh
Modified: sign.sh 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -7,5 +7,5 @@ export -f sign
sign "./Geany.app/Contents/MacOS/geany-bin" sign "./Geany.app/Contents/Resources/libexec/gnome-pty-helper" -find . -name "*.dylib" -o -name "*.so" -exec sh -c 'sign "$0"' {} ; +find ./Geany.app ( -name "*.dylib" -or -name "*.so" ) -exec sh -c 'sign "$0"' {} ; sign "./Geany.app"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).