From 239a7ffdfd95609a335bb313571ecfc7d1e3cd66 Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Fri, 19 Jan 2024 23:57:27 +0800 Subject: [PATCH] fix: macos arm support --- .github/workflows/macos-arm-homebrew.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-arm-homebrew.yml b/.github/workflows/macos-arm-homebrew.yml index 3e006fd9..ea3d593e 100644 --- a/.github/workflows/macos-arm-homebrew.yml +++ b/.github/workflows/macos-arm-homebrew.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [flyci-macos-large-latest-m2] - qt_ver: [ 6.7.0,6.6.0 ] + qt_ver: [ 6.7.0 ] qt_arch: [clang_64] env: targetName: GoldenDict @@ -100,8 +100,9 @@ jobs: macdeployqt ${targetName}.app -qmldir=. -verbose=1 otool -L GoldenDict.app/Contents/MacOS/GoldenDict + + find /opt -name "libicudata.73.dylib" -exec cp {} GoldenDict.app/Contents/Frameworks/ \; ls -al GoldenDict.app/Contents/Frameworks - find /usr/local -name "libicudata.73.dylib" -exec cp {} GoldenDict.app/Contents/Frameworks/ \; find GoldenDict.app/Contents/Frameworks/ -maxdepth 1 -name "libicu*" -exec ls -al {} \; find GoldenDict.app/Contents/Frameworks/ -maxdepth 1 -type f -name "libicu*" -exec ls -al {} \;