Skip to content

Commit fa27a7f

Browse files
committed
this should fix the missing qt library
1 parent 1a9c0ca commit fa27a7f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ jobs:
5555
shell: cmd
5656
run: |
5757
mkdir release
58-
copy build\Release\FrameExtractor.exe release\FrameExtractor-windows-${{ matrix.arch }}.exe
58+
copy build\Release\FrameExtractor.exe release\FrameExtractor-windows-${{ matrix.arch }}.exe\
59+
xcopy /E /Y build\Release\platforms release\platforms\
60+
xcopy /E /Y build\Release\imageformats release\imageformats\
61+
xcopy /E /Y build\Release\translations release\translations\
62+
xcopy /E /Y build\Release\*.dll release\
5963
6064
- name: Package (macOS)
6165
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)