Fix version tag

This commit is contained in:
Xiaonan Shen 2020-06-01 07:51:40 -07:00
parent 006d1e0a84
commit 72c40c7a05
No known key found for this signature in database
GPG Key ID: 211BF560D12417F5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v1.2.7-live.1
1.2.7-live.1

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