We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca116f commit 5d18268Copy full SHA for 5d18268
1 file changed
.github/workflows/msvc.yml
@@ -438,7 +438,7 @@ jobs:
438
copy /Y ${{env.INSTALL_DIR}}\lib\*.dll install\bin
439
copy /Y vcpkg_installed\${{matrix.VCPKG_TARGET_TRIPLET}}\bin\*.dll install\bin
440
IF EXIST "${{env.INSTALL_DIR}}\share\qtermwidget6" (
441
- xcopy "${{env.INSTALL_DIR}}\share\qtermwidget6" install\share /Y /S
+ xcopy "${{env.INSTALL_DIR}}\share\qtermwidget6" install\share\qtermwidget6 /Y /S /I
442
)
443
C:\msys64\usr\bin\wget https://npcap.com/dist/npcap-1.80.exe
444
copy npcap-1.80.exe install\bin
0 commit comments