Browse Source

Utils: add notification at the end of release script

remotes/bexa/master
Romain Goffe 13 years ago
parent
commit
cfc149c966
  1. BIN
      songbook-client.png
  2. 2
      utils/release.sh

BIN
songbook-client.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

2
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"

Loading…
Cancel
Save