diff --git a/songbook-client.png b/songbook-client.png new file mode 100644 index 00000000..48ad445c Binary files /dev/null and b/songbook-client.png differ diff --git a/utils/release.sh b/utils/release.sh index 126ccecb..d81b44b8 100755 --- a/utils/release.sh +++ b/utils/release.sh @@ -79,4 +79,6 @@ then git tag "patacrep_$MAIN.$MAJOR.$MINOR" fi +notify-send "Patacrep!" "Release $MAIN.$MAJOR.$MINOR generated" --icon=songbook-client + export GREP_OPTIONS="$GREP"