Skip to content

Commit 1a2b1de

Browse files
committed
fix packaging workflow for windows
1 parent 332abe7 commit 1a2b1de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_comp3d.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ jobs:
255255
COMP3D_DIR=$(pwd)/autobuild/Release
256256
mkdir -p ${COMP3D_DIR}/platforms ${COMP3D_DIR}/imageformats
257257
cd /C/Miniconda/envs/test/Library/bin/
258-
cp deflate.dll Lerc.dll libcrypto-3-x64.dll libcurl.dll liblzma.dll libssh2.dll proj_*.dll sqlite3.dll tiff.dll zlib.dll zstd.dll ${COMP3D_DIR}/
258+
cp deflate.dll Lerc.dll libcrypto-3-x64.dll libcurl.dll liblzma.dll libssh2.dll proj_*.dll sqlite3.dll tiff.dll libsharpyuv.dll libwebp.dll libjpeg.dll zlib.dll zstd.dll ${COMP3D_DIR}/
259259
cd $Qt5_Dir/bin
260-
cp Qt5Core.dll Qt5Gui.dll Qt5Xml.dll Qt5OpenGL.dll Qt5Widgets.dll ${COMP3D_DIR}/
260+
cp Qt5Core.dll Qt5Gui.dll Qt5Xml.dll Qt5OpenGL.dll Qt5Widgets.dll Qt5Svg.dll ${COMP3D_DIR}/
261261
cd $Qt5_Dir/plugins
262262
cp platforms/qwindows.dll ${COMP3D_DIR}/platforms/
263263
cp imageformats/*.dll ${COMP3D_DIR}/imageformats/

0 commit comments

Comments
 (0)