use cygpath on copy
This commit is contained in:
@@ -175,11 +175,6 @@ jobs:
|
||||
vcpkgTriplet: x64-windows
|
||||
vcpkgArguments: qt5 ffmpeg openexr openimageio opencolorio portaudio
|
||||
|
||||
- name: Show me directory
|
||||
shell: bash
|
||||
run: |
|
||||
ls -R $VCPKG_ROOT/installed/x64-windows
|
||||
|
||||
- name: Acquire Google Crashpad
|
||||
shell: bash
|
||||
working-directory: ${{ runner.workspace }}
|
||||
@@ -233,7 +228,7 @@ jobs:
|
||||
cp app/olive-editor.pdb olive-editor
|
||||
$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 $VCPKG_ROOT/installed/x64-windows/bin/*.dll olive-editor
|
||||
cp $(cygpath $VCPKG_ROOT)/installed/x64-windows/bin/*.dll olive-editor
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user