diff --git a/build/build.sh b/build/build.sh index a3733cd..3182fdf 100644 --- a/build/build.sh +++ b/build/build.sh @@ -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