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 118d9f1 commit 60ecd07Copy full SHA for 60ecd07
.github/workflows/windows.yml
@@ -144,7 +144,7 @@ jobs:
144
$redistDll="{0}{1}\*.CRT\*.dll" -f $env:vcToolsRedistDir.Trim(),$env:msvcArch
145
Copy-Item $redistDll dist\
146
# 拷贝 DelegateUI.dll
147
- Copy-Item ${{ env.Qt6_DIR }}\qml\DelegateUI.dll dist\
+ Copy-Item dist\DelegateUI\DelegateUI.dll dist\
148
# 拷贝WinSDK dll
149
$sdkDll="{0}Redist\{1}ucrt\DLLs\{2}\*.dll" -f $env:winSdkDir.Trim(),$env:winSdkVer.Trim(),$env:msvcArch
150
Copy-Item $sdkDll dist\
0 commit comments