mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-01-18 14:44:41 +01:00
Add update check to build (#19)
* Remove armv7 temporarily * Improve build script * Add update check for build * Update README * Fix build script * Change build version format * Improve update check * Bump build version to v1.5.4 * Fix build Dockerfile * Fix build action yaml Co-authored-by: GitHub Actions <actions@github.com>
This commit is contained in:
@@ -7,10 +7,7 @@ VERSION=`cat VERSION`
|
||||
# Clone new code
|
||||
git clone https://github.com/ProtonMail/proton-bridge.git
|
||||
cd proton-bridge
|
||||
git checkout br-$VERSION
|
||||
|
||||
# Enable debug log
|
||||
sed -i "s/build desktop/-debug build desktop/" Makefile
|
||||
git checkout $VERSION
|
||||
|
||||
# Build
|
||||
make build-nogui
|
||||
|
||||
Reference in New Issue
Block a user