mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-10 18:06:37 +02:00
Add missing icon properties
This commit is contained in:
parent
f5a3cc27b7
commit
23d5164103
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -157,7 +157,7 @@ jobs:
|
|||
mkdir -p "$MACOS_DIR" "$RESOURCES_DIR"
|
||||
|
||||
# Move icon to the .app/Resources directory
|
||||
mv "favicon.icns" "$RESOURCES_DIR/${{ matrix.asset }}.icns"
|
||||
mv "favicon.icns" "$RESOURCES_DIR/AppIcon.icns"
|
||||
|
||||
# Create the Information Property List file
|
||||
cat > $CONTENTS_DIR/Info.plist << EOF
|
||||
|
@ -177,6 +177,10 @@ jobs:
|
|||
<string>com.Tyrrrz.${{ matrix.asset }}</string>
|
||||
<key>CFBundleSpokenName</key>
|
||||
<string>Discord Chat Exporter</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>AppIcon</string>
|
||||
<key>CFBundleIconName</key>
|
||||
<string>AppIcon</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${{ github.sha }}</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue