Browse Source

fix duplication of QtWebEngineProcess of macOS deploy (#1888)

Le Tan 4 years ago
parent
commit
2740983308
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/ci-macos.yml

+ 0 - 1
.github/workflows/ci-macos.yml

@@ -94,7 +94,6 @@ jobs:
           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
-          macdeployqt QtWebEngineProcess.app
           python ${{runner.workspace}}/macdeployqtfix/macdeployqtfix.py QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess $Qt5_Dir
           popd
           popd