Skip to content

Commit

Permalink
🔧 Add explicit output for macOS icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Dec 24, 2024
1 parent d76f91a commit 8a16976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icons/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ composite_svgs_and_save_as_png source/bg_square.svg source/blossom_large.svg "$M

# Create the icns file. If the iconutil command is not available, we print a warning and skip this step.
if command -v iconutil >/dev/null 2>&1; then
iconutil -c icns "$MAC_TMP_DIR"
iconutil -c icns -o "$OUTPUT_DIR/icon.icns" "$MAC_TMP_DIR"
else
echo "Warning: iconutil is not available. Skipping creation of macOS icon."
fi
Expand Down

0 comments on commit 8a16976

Please sign in to comment.