From 16757c5f78cca7da064caf63d86dcd7dcb8ed1f2 Mon Sep 17 00:00:00 2001 From: luocai Date: Tue, 3 Dec 2024 18:13:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DWindows7=E6=89=93=E5=8C=85?= =?UTF-8?q?=E8=A1=8C=E4=B8=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/build.ps1 b/resources/build.ps1 index 8fb443a..0e3e96d 100644 --- a/resources/build.ps1 +++ b/resources/build.ps1 @@ -49,7 +49,7 @@ function Deploy() { New-Item $deployPath -ItemType Directory Copy-Item $buildPath\AntiClipSettings.exe $deployPath\视觉防夹设备上位机工具v$version.exe & $qtHome\bin\windeployqt.exe $deployPath\视觉防夹设备上位机工具v$version.exe --qmldir=$qtHome\qml - Remove-Item -Path $deployPath\d3dcompiler_47.dll -Force + # Remove-Item -Path $deployPath\d3dcompiler_47.dll -Force # 删了这个会导致Windows 7 无法正常显示 Remove-Item -Path $deployPath\Qt5RemoteObjects.dll -Force Remove-Item -Path $deployPath\Qt5QuickTest.dll -Force Remove-Item -Path $deployPath\translations -Recurse -Force # 暂时不需要翻译文件