Change build version format back
This commit is contained in:
parent
2647f8540e
commit
1d77260bce
3 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
v1.5.4
|
||||
1.5.4
|
||||
|
|
@ -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
|
||||
|
||||
# Build
|
||||
make build-nogui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue