Skip to content

Commit 9eec4f5

Browse files
authored
Add support for automatic updates in the pgAdmin 4 Desktop application on macOS. #5766
1 parent 6db0cc5 commit 9eec4f5

19 files changed

+5737
-181
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ APP_REVISION := $(shell grep ^APP_REVISION web/version.py | awk -F"=" '{print $$
2020
# Include only platform-independent builds in all
2121
all: docs pip src
2222

23+
# Add BUILD_OPTS variable to pass arguments
2324
appbundle:
24-
./pkg/mac/build.sh
25+
./pkg/mac/build.sh $(BUILD_OPTS)
2526

2627
install-node:
2728
cd web && yarn install

0 commit comments

Comments
 (0)