From 0bbefb45925d60122b48f85c453b949e52ce7ec6 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 3 Oct 2021 11:22:38 -0700 Subject: [PATCH] don't deploy angle --- .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 3daa670c9..fd6cefa08 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 - $VCPKG_ROOT/installed/x64-windows/tools/qt5/bin/windeployqt olive-editor/olive-crashhandler.exe - $VCPKG_ROOT/installed/x64-windows/tools/qt5/bin/windeployqt olive-editor/olive-editor.exe + $VCPKG_ROOT/installed/x64-windows/tools/qt5/bin/windeployqt --no-angle olive-editor/olive-crashhandler.exe + $VCPKG_ROOT/installed/x64-windows/tools/qt5/bin/windeployqt --no-angle 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