mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-10 18:06:37 +02:00
Update comments
This commit is contained in:
parent
24cbe79d6a
commit
b0512cbe50
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue