Skip to content

Commit 5d18268

Browse files
authored
Update msvc.yml
1 parent 0ca116f commit 5d18268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438
copy /Y ${{env.INSTALL_DIR}}\lib\*.dll install\bin
439439
copy /Y vcpkg_installed\${{matrix.VCPKG_TARGET_TRIPLET}}\bin\*.dll install\bin
440440
IF EXIST "${{env.INSTALL_DIR}}\share\qtermwidget6" (
441-
xcopy "${{env.INSTALL_DIR}}\share\qtermwidget6" install\share /Y /S
441+
xcopy "${{env.INSTALL_DIR}}\share\qtermwidget6" install\share\qtermwidget6 /Y /S /I
442442
)
443443
C:\msys64\usr\bin\wget https://npcap.com/dist/npcap-1.80.exe
444444
copy npcap-1.80.exe install\bin

0 commit comments

Comments
 (0)