From 236eea389b4ab2b2e7db1b2571a4984ed56184a2 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sat, 29 Feb 2020 16:38:24 +1100 Subject: [PATCH] appveyor: package crashhandler executable --- .appveyor/build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor/build.bat b/.appveyor/build.bat index 9bce8be6d..59eca0e85 100644 --- a/.appveyor/build.bat +++ b/.appveyor/build.bat @@ -44,6 +44,7 @@ mkdir olive-editor cd olive-editor copy ..\app\olive-editor.exe . copy ..\app\olive-editor.pdb . +copy ..\app\crashhandler.exe . windeployqt olive-editor.exe copy ..\%FFMPEG_VER%-shared\bin\*.dll . copy C:\Tools\vcpkg\installed\x64-windows\bin\OpenColorIO.dll .