From 302218a76d191f20096b19cf8bacf01cc63e7e32 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Thu, 7 Jan 2021 17:04:23 +0800 Subject: [PATCH] Fix build script --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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