mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
try fix mac deploy
This commit is contained in:
parent
9e9a6bd584
commit
313d362ed3
6
.github/workflows/ci-macos.yml
vendored
6
.github/workflows/ci-macos.yml
vendored
@ -91,11 +91,17 @@ jobs:
|
||||
run: |
|
||||
pushd src
|
||||
macdeployqt vnote.app
|
||||
|
||||
# Remove unused sql drivers
|
||||
rm vnote.app/Contents/Plugins/sqldrivers/libqsqlodbc.dylib
|
||||
rm vnote.app/Contents/Plugins/sqldrivers/libqsqlpsql.dylib
|
||||
|
||||
python ${{runner.workspace}}/macdeployqtfix/macdeployqtfix.py vnote.app/Contents/MacOS/vnote $Qt5_Dir
|
||||
# Fix Helpers/QtWebEngineProcess.app
|
||||
pushd vnote.app/Contents/Frameworks/QtWebEngineCore.framework/Versions/5/Helpers
|
||||
python ${{runner.workspace}}/macdeployqtfix/macdeployqtfix.py QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess $Qt5_Dir
|
||||
popd
|
||||
|
||||
popd
|
||||
tree ./
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
|
Loading…
x
Reference in New Issue
Block a user