mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +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: |
|
run: |
|
||||||
pushd src
|
pushd src
|
||||||
macdeployqt vnote.app
|
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
|
python ${{runner.workspace}}/macdeployqtfix/macdeployqtfix.py vnote.app/Contents/MacOS/vnote $Qt5_Dir
|
||||||
# Fix Helpers/QtWebEngineProcess.app
|
# Fix Helpers/QtWebEngineProcess.app
|
||||||
pushd vnote.app/Contents/Frameworks/QtWebEngineCore.framework/Versions/5/Helpers
|
pushd vnote.app/Contents/Frameworks/QtWebEngineCore.framework/Versions/5/Helpers
|
||||||
python ${{runner.workspace}}/macdeployqtfix/macdeployqtfix.py QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess $Qt5_Dir
|
python ${{runner.workspace}}/macdeployqtfix/macdeployqtfix.py QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess $Qt5_Dir
|
||||||
popd
|
popd
|
||||||
|
|
||||||
popd
|
popd
|
||||||
tree ./
|
tree ./
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user