Fix version tag
This commit is contained in:
parent
006d1e0a84
commit
72c40c7a05
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue