Some improvements

This commit is contained in:
Xiaonan Shen
2022-05-04 21:57:08 +08:00
parent 62a2ad4034
commit fa9ac0152e
5 changed files with 16 additions and 12 deletions

View File

@@ -7,13 +7,11 @@ VERSION=`cat VERSION`
# Clone new code
git clone https://github.com/ProtonMail/proton-bridge.git
cd proton-bridge
git checkout v$VERSION
ls /build
git checkout ${BRIDGE_VERSION}
# Patch HTTP REST frontend
rm -rf internal/frontend/cli
cp -r /build/http_rest_frontend/cli internal/frontend/cli
cp -r /build/http_rest_frontend/cli internal/frontend/
# Build
if ! make build-nogui ; then