Skip to content

Commit

Permalink
update create-dmg to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Oct 23, 2024
1 parent 5542fc9 commit 3d2d06c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d2d06c

Please sign in to comment.