mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
fix: wrong zip format
This commit is contained in:
6
Makefile
6
Makefile
@ -40,11 +40,13 @@ TGZ_TARGET:=bridge_${TARGET_OS}_${REVISION}.tgz
|
||||
ZIP_TARGET:=bridge_${TARGET_OS}_${REVISION}.zip
|
||||
|
||||
ifeq "${TARGET_OS}" "windows"
|
||||
build: ${ZIP_TARGET}
|
||||
BUILD_TARGET:=${ZIP_TARGET}
|
||||
else
|
||||
build: ${TGZ_TARGET}
|
||||
BUILD_TARGET:=${TGZ_TARGET}
|
||||
endif
|
||||
|
||||
build: ${BUILD_TARGET}
|
||||
|
||||
build-nogui:
|
||||
go build ${BUILD_FLAGS_NOGUI} -o Desktop-Bridge cmd/Desktop-Bridge/main.go
|
||||
|
||||
|
||||
Reference in New Issue
Block a user