Update comments

This commit is contained in:
Yudi 2025-05-05 11:34:08 -03:00
parent 24cbe79d6a
commit b0512cbe50
No known key found for this signature in database
GPG key ID: E4743B2F033961D1

View file

@ -153,7 +153,7 @@ jobs:
RESOURCES_DIR="$CONTENTS_DIR/Resources"
PUBLISH_DIR="${{ matrix.app }}/bin/publish"
# Create directory structure for macOS app bundle
# Create directory structure for macOS app bundle in the staging directory
mkdir -p "$MACOS_DIR" "$RESOURCES_DIR"
# Move icon to the .app/Resources directory
@ -189,7 +189,7 @@ jobs:
</plist>
EOF
# Move all remaining files to the MacOS directory
# Move all files from publish to the MacOS directory
find "$PUBLISH_DIR" -maxdepth 1 -mindepth 1 -exec mv "{}" "$MACOS_DIR/" \;
# Move final .app bundle to the publish directory