mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 03:25:02 +00:00
fix: run error on win
This commit is contained in:
parent
b84b1ba0d3
commit
9682d4e6b0
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ if /i %cpu_mode% == x86 (
|
|||
:: 只有在64位下需要这个
|
||||
if /i %cpu_mode% == x64 (
|
||||
cp "C:\Windows\System32\vcruntime140_1.dll" %publish_path%\vcruntime140_1.dll
|
||||
cp "C:\Windows\System32\msvcp140_1.dll" %publish_path%\msvcp140_1.dll
|
||||
)
|
||||
|
||||
::cp "C:\Program Files (x86)\Microsoft Visual Studio\Installer\VCRUNTIME140.dll" %publish_path%\VCRUNTIME140.dll
|
||||
|
|
Loading…
Add table
Reference in a new issue