Skip to content

Commit

Permalink
Added missing fonts entry to Info.plist and macOS GitHub Action now c…
Browse files Browse the repository at this point in the history
…opies icons & the Info.Plist file to the App Bundle.
  • Loading branch information
openforeveryone committed Mar 20, 2024
1 parent 68160b7 commit e248e54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Create Deployable App Bundle
run: |
macdeployqt WordSearchCreator-Staging/WordSearchCreator.app -verbose=2
cp images/*.icns WordSearchCreator-Staging/WordSearchCreator.app/Contents/Resources/
cp Info.plist WordSearchCreator-Staging/WordSearchCreator.app/Contents/
- name: Create Deployable DMG
run: |
Expand Down
2 changes: 2 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ATSApplicationFontsPath</key>
<string>fonts</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down

0 comments on commit e248e54

Please sign in to comment.