From 100235863102f7fbfff4a37c4567713a993fb204 Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Fri, 4 Aug 2023 11:05:57 +0800 Subject: [PATCH] action:macos,does not need libicu.dylib any more --- .github/workflows/macos-homebrew-breakpad.yml | 4 ++-- .github/workflows/macos-homebrew.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos-homebrew-breakpad.yml b/.github/workflows/macos-homebrew-breakpad.yml index d09ab120..a02f14f4 100644 --- a/.github/workflows/macos-homebrew-breakpad.yml +++ b/.github/workflows/macos-homebrew-breakpad.yml @@ -121,9 +121,9 @@ jobs: macdeployqt ${targetName}.app -no-strip -qmldir=. -verbose=1 otool -L GoldenDict.app/Contents/MacOS/GoldenDict ls -al GoldenDict.app/Contents/Frameworks - otool -L GoldenDict.app/Contents/Frameworks/libicu*.dylib + # otool -L GoldenDict.app/Contents/Frameworks/libicu*.dylib ls -al /usr/local/Cellar/icu4c/7*/lib/libicudata.*.dylib - cp -r /usr/local/Cellar/icu4c/7*/lib/libicudata.*.dylib GoldenDict.app/Contents/Frameworks + # cp -r /usr/local/Cellar/icu4c/7*/lib/libicudata.*.dylib GoldenDict.app/Contents/Frameworks codesign --force --deep -s - GoldenDict.app diff --git a/.github/workflows/macos-homebrew.yml b/.github/workflows/macos-homebrew.yml index e9c27bb5..4a9ff6c9 100644 --- a/.github/workflows/macos-homebrew.yml +++ b/.github/workflows/macos-homebrew.yml @@ -120,8 +120,8 @@ jobs: macdeployqt ${targetName}.app -qmldir=. -verbose=1 otool -L GoldenDict.app/Contents/MacOS/GoldenDict ls -al GoldenDict.app/Contents/Frameworks - otool -L GoldenDict.app/Contents/Frameworks/libicu*.dylib - cp -r /usr/local/Cellar/icu4c/7*/lib/libicudata.*.dylib GoldenDict.app/Contents/Frameworks + # otool -L GoldenDict.app/Contents/Frameworks/libicu*.dylib + # cp -r /usr/local/Cellar/icu4c/7*/lib/libicudata.*.dylib GoldenDict.app/Contents/Frameworks codesign --force --deep -s - GoldenDict.app