Update comment

This commit is contained in:
Yudi 2025-05-06 10:16:45 -03:00
parent 868e0e2af1
commit 7bc27a201b
No known key found for this signature in database
GPG key ID: E4743B2F033961D1

View file

@ -156,7 +156,7 @@ jobs:
# Create the macOS .app bundle directory structure # Create the macOS .app bundle directory structure
mkdir -p "$MACOS_DIR" "$RESOURCES_DIR" mkdir -p "$MACOS_DIR" "$RESOURCES_DIR"
# Move icon into the Resources folder # Move icon into the .app's Resources folder
mv "favicon.icns" "$RESOURCES_DIR/AppIcon.icns" mv "favicon.icns" "$RESOURCES_DIR/AppIcon.icns"
# Generate Info.plist metadata file with app information # Generate Info.plist metadata file with app information