mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 08:37:06 +00:00
Fix build on MacOS
This commit is contained in:
committed by
James Houlahan
parent
d76f3015fb
commit
4806fa0808
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ ifeq "${GOOS}" "windows"
|
|||||||
endif
|
endif
|
||||||
ifeq "${GOOS}" "darwin"
|
ifeq "${GOOS}" "darwin"
|
||||||
DARWINAPP_CONTENTS:=${DEPLOY_DIR}/darwin/${EXE}.app/Contents
|
DARWINAPP_CONTENTS:=${DEPLOY_DIR}/darwin/${EXE}.app/Contents
|
||||||
EXE:=Contents/Macos/${EXE}
|
EXE:=${EXE}.app/Contents/MacOS/${EXE}
|
||||||
endif
|
endif
|
||||||
EXE_TARGET:=${DEPLOY_DIR}/${GOOS}/${EXE}
|
EXE_TARGET:=${DEPLOY_DIR}/${GOOS}/${EXE}
|
||||||
TGZ_TARGET:=bridge_${GOOS}_${REVISION}.tgz
|
TGZ_TARGET:=bridge_${GOOS}_${REVISION}.tgz
|
||||||
|
|||||||
Reference in New Issue
Block a user