1
0
mirror of https://github.com/MatMoul/quickdial-webext.git synced 2025-11-20 22:42:06 +00:00

Project: Update build scripts

This commit is contained in:
2017-11-12 16:39:37 +01:00
parent 17739110ff
commit 66418995b8
2 changed files with 46 additions and 0 deletions

View File

@@ -46,3 +46,7 @@ git tag -a "v$version" -m "Version $version"
git push --tags
git checkout $branch
cd src
zip -r ../quickdial-$version.zip .
cd ..