Skip to content

Commit

Permalink
build: fix macdeployqtfix path
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Apr 18, 2022
1 parent 0d6f9f1 commit 05d9a86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
run: |
cd $KLOGG_BUILD_ROOT
macdeployqt ./output/klogg.app -always-overwrite -verbose=2
$KLOGG_BUILD_ROOT/_deps/macdeployqtfix-src/macdeployqtfix.py ./output/klogg.app/Contents/MacOS/klogg $Qt5_Dir
./_deps/macdeployqtfix-src/macdeployqtfix.py ./output/klogg.app/Contents/MacOS/klogg $Qt5_Dir
- name: Mac codesign binaries
if: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -313,8 +313,9 @@ jobs:
packaging\windows\codesign_client.exe --debug %KLOGG_BUILD_ROOT%\output\klogg_portable.exe
packaging\windows\codesign_client.exe --debug %KLOGG_BUILD_ROOT%\output\klogg_crashpad_handler.exe
packaging\windows\codesign_client.exe --debug %KLOGG_BUILD_ROOT%\output\klogg_minidump_dump.exe
packaging\windows\codesign_client.exe --debug %KLOGG_BUILD_ROOT%\output\klogg_tbbmalloc.dll
packaging\windows\codesign_client.exe --debug %KLOGG_BUILD_ROOT%\output\klogg_tbbmalloc_proxy.dll
packaging\windows\codesign_client.exe --debug %KLOGG_BUILD_ROOT%\output\tbb12.dll
packaging\windows\codesign_client.exe --debug %KLOGG_BUILD_ROOT%\output\tbbmalloc.dll
packaging\windows\codesign_client.exe --debug %KLOGG_BUILD_ROOT%\output\tbbmalloc_proxy.dll

- name: Win portable
Expand Down

0 comments on commit 05d9a86

Please sign in to comment.