[geany/geany-osx] 2e9d5e: Remove GTK2 stuff from the signing script
Jiří Techet
git-noreply at xxxxx
Sat Nov 2 22:13:01 UTC 2019
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 02 Nov 2019 22:13:01 UTC
Commit: 2e9d5efc596301e4015d389816c5092ed1ee6313
https://github.com/geany/geany-osx/commit/2e9d5efc596301e4015d389816c5092ed1ee6313
Log Message:
-----------
Remove GTK2 stuff from the signing script
Modified Paths:
--------------
sign.sh
Modified: sign.sh
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -6,6 +6,5 @@ sign() {
export -f sign
sign "./Geany.app/Contents/MacOS/geany-bin" "$SIGN_CERTIFICATE"
-sign "./Geany.app/Contents/Resources/libexec/gnome-pty-helper" "$SIGN_CERTIFICATE"
find ./Geany.app \( -name "*.dylib" -or -name "*.so" \) -exec sh -c 'sign "$0" "$SIGN_CERTIFICATE"' {} \;
sign "./Geany.app" "$SIGN_CERTIFICATE"
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list