From 72c40c7a05fd3f52fc9a4f648b88b15e64c41f20 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Mon, 1 Jun 2020 07:51:40 -0700 Subject: [PATCH] Fix version tag --- build/VERSION | 2 +- build/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/VERSION b/build/VERSION index f3d6a1a..21613c5 100644 --- a/build/VERSION +++ b/build/VERSION @@ -1 +1 @@ -v1.2.7-live.1 \ No newline at end of file +1.2.7-live.1 \ No newline at end of file diff --git a/build/build.sh b/build/build.sh index c549fbe..777d8c3 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 $VERSION +git checkout v$VERSION # Enable debug log sed -i "s/build desktop/-debug build desktop/" Makefile