From eeacf5c84e3b5e8b9f9b562c98a626725ac9ee01 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sat, 2 Oct 2021 19:57:17 -0700 Subject: [PATCH] try no path to windeployqt Not sure if it's already in the path or if we'll need to add it manually --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33bf083f0..60ec0f78d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,8 +226,8 @@ jobs: cp app/olive-editor.exe olive-editor cp app/crashhandler/olive-crashhandler.exe olive-editor cp app/olive-editor.pdb olive-editor - $DEP_LOCATION/bin/windeployqt olive-editor/olive-crashhandler.exe - $DEP_LOCATION/bin/windeployqt olive-editor/olive-editor.exe + windeployqt olive-editor/olive-crashhandler.exe + windeployqt olive-editor/olive-editor.exe cp $(cygpath $DEP_LOCATION)/bin/*.dll olive-editor cp $(cygpath $DEP_LOCATION)/crashpad/out/Default/crashpad_handler.exe olive-editor cp $(cygpath $DEP_LOCATION)/bin/minidump_stackwalk.exe olive-editor