Change build version format back (#20)

This commit is contained in:
Xiaonan Shen
2021-01-07 19:41:05 +08:00
committed by GitHub
parent 2647f8540e
commit fdd15bf801
3 changed files with 4 additions and 4 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
# Build
make build-nogui