From e248e548d821aa9a68cff29b463428b483edb474 Mon Sep 17 00:00:00 2001 From: Matthew Wellings Date: Wed, 20 Mar 2024 07:20:40 +0000 Subject: [PATCH] Added missing fonts entry to Info.plist and macOS GitHub Action now copies icons & the Info.Plist file to the App Bundle. --- .github/workflows/macos-build.yml | 2 ++ Info.plist | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 3aa3d0d..85f5cc1 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -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: | diff --git a/Info.plist b/Info.plist index b5f08a8..435653a 100644 --- a/Info.plist +++ b/Info.plist @@ -2,6 +2,8 @@ + ATSApplicationFontsPath + fonts CFBundleDocumentTypes