Fix build script

This commit is contained in:
Xiaonan Shen 2021-01-07 17:04:23 +08:00
parent f680392bf9
commit 302218a76d
No known key found for this signature in database
GPG Key ID: 211BF560D12417F5

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 br-$VERSION
git checkout $VERSION
# Build
make build-nogui