Fix build script
This commit is contained in:
parent
f680392bf9
commit
302218a76d
1 changed files with 1 additions and 1 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 br-$VERSION
|
||||
git checkout $VERSION
|
||||
|
||||
# Build
|
||||
make build-nogui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue