We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6385be0 commit 3db50a6Copy full SHA for 3db50a6
1 file changed
.github/actions/create-dmg/action.yml
@@ -47,7 +47,7 @@ runs:
47
48
# Combine original (2x) and downscaled (1x) into a multi-resolution TIFF
49
# @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"
+ tiffutil -cathidpicheck "dmg-stage/background_1x.jpg" "${{ inputs.dmg_background_path }}" -out "dmg-stage/background.tiff"
51
52
echo "Created multi-resolution background.tiff"
53
else
0 commit comments