Skip to content
Snippets Groups Projects
Commit 5fb736b7 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Add version to title bar

parent 34cdd704
Branches
Tags
No related merge requests found
......@@ -14,6 +14,7 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ ]]; then
# GUI containers version
sed -i "s/name\": .*/name\": \"v$2\",/g" gui/package.json
sed -i "s/title\": .*/title\": \"v$2\",/g" gui/package.json
sed -i "s/<title>Duniter<\/title>/<title>Duniter v$2<\/title>/g" gui/index.html
# (pre)-release management
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment