From 3d2d06c03c97f96915e47df53ebdf4240d44ffc5 Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Fri, 18 Oct 2024 18:09:14 +0200 Subject: [PATCH] update create-dmg to 1.2.2 --- .github/workflows/build-macos-installer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos-installer.yml b/.github/workflows/build-macos-installer.yml index be92fa5..d9cbd85 100644 --- a/.github/workflows/build-macos-installer.yml +++ b/.github/workflows/build-macos-installer.yml @@ -67,9 +67,9 @@ jobs: - name: 'Install modified create-dmg (modified to allow longer detach timeouts)' shell: bash run: | - wget https://github.com/create-dmg/create-dmg/archive/refs/tags/v1.2.1.tar.gz - tar -zxvf v1.2.1.tar.gz - cd create-dmg-1.2.1/ + wget https://github.com/create-dmg/create-dmg/archive/refs/tags/v1.2.2.tar.gz + tar -zxvf v1.2.2.tar.gz + cd create-dmg-1.2.2/ patch --ignore-whitespace create-dmg <<'EOF' --- a/create-dmg 2023-11-13 15:11:49.411364880 +0100 +++ b/create-dmg 2023-11-13 15:20:02.373043672 +0100