File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ echo Deploying Qt dependencies
222222%WINDEPLOYQT_CMD% --dir %DEPLOY_FOLDER% --%BUILD_CONFIG% --qmldir %SOURCE_ROOT% \app\gui --no-opengl-sw --no-compiler-runtime --no-sql %WINDEPLOYQT_ARGS% %BUILD_FOLDER% \app\%BUILD_CONFIG% \Moonlight.exe
223223if !ERRORLEVEL! NEQ 0 goto Error
224224
225- echo Deleting unused styles
225+ echo Deleting unused files
226226rem Qt 5.x directories
227227rmdir /s /q %DEPLOY_FOLDER% \QtQuick\Controls.2\Fusion
228228rmdir /s /q %DEPLOY_FOLDER% \QtQuick\Controls.2\Imagine
@@ -234,6 +234,8 @@ rmdir /s /q %DEPLOY_FOLDER%\qml\QtQuick\Controls\Universal
234234rmdir /s /q %DEPLOY_FOLDER% \qml\QtQuick\Controls\Windows
235235rmdir /s /q %DEPLOY_FOLDER% \qml\QtQuick\Controls\FluentWinUI3
236236rmdir /s /q %DEPLOY_FOLDER% \qml\QtQuick\NativeStyle
237+ rem icuuc.dll ships with all supported OSes (and Qt incorrectly deploys the x64 version on ARM64)
238+ del %DEPLOY_FOLDER% \icuuc.dll
237239
238240if " %SIGN% " == " 1" (
239241 echo Signing deployed binaries
You can’t perform that action at this time.
0 commit comments