Fix version tag

This commit is contained in:
Xiaonan Shen
2020-06-01 07:51:40 -07:00
parent 006d1e0a84
commit 72c40c7a05
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ VERSION=`cat VERSION`
# Clone new code
git clone https://github.com/ProtonMail/proton-bridge.git
cd proton-bridge
git checkout $VERSION
git checkout v$VERSION
# Enable debug log
sed -i "s/build desktop/-debug build desktop/" Makefile