From 69d504c1914cdf4275f7caffac93c731264f3de7 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Mon, 31 May 2021 12:33:19 +0200 Subject: [PATCH] Mac build: Pin dmgbuild to 1.4.2 as 1.5.0 is broken https://github.com/al45tair/dmgbuild/issues/40 --- mac/deploy_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/deploy_mac.sh b/mac/deploy_mac.sh index 80163d4dbf..19b1c307e3 100755 --- a/mac/deploy_mac.sh +++ b/mac/deploy_mac.sh @@ -44,7 +44,7 @@ build_installer_image() { # Install dmgbuild (for the current user), this is required to build the installer image python -m ensurepip --user --default-pip - python -m pip install --user dmgbuild + python -m pip install --user dmgbuild==1.4.2 local dmgbuild_bin="$(python -c 'import site; print(site.USER_BASE)')/bin/dmgbuild" # Get Jamulus version