Skip to content

Commit 3db50a6

Browse files
committed
fix v4
1 parent 6385be0 commit 3db50a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/create-dmg/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
4848
# Combine original (2x) and downscaled (1x) into a multi-resolution TIFF
4949
# @2x image must be named with @2x for some tools, but tiffutil -cathidpi loves simple inputs
50-
tiffutil -cathidpi "dmg-stage/background_1x.jpg" "${{ inputs.dmg_background_path }}" -out "dmg-stage/background.tiff"
50+
tiffutil -cathidpicheck "dmg-stage/background_1x.jpg" "${{ inputs.dmg_background_path }}" -out "dmg-stage/background.tiff"
5151
5252
echo "Created multi-resolution background.tiff"
5353
else

0 commit comments

Comments
 (0)