From 023c68ff64e898071dd661e698cee846ee5d5a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Sun, 16 Jun 2024 14:57:21 +0800 Subject: [PATCH] . --- LunaTranslator/retrieval.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/LunaTranslator/retrieval.py b/LunaTranslator/retrieval.py index c7368f8b..d3ad09c5 100644 --- a/LunaTranslator/retrieval.py +++ b/LunaTranslator/retrieval.py @@ -200,12 +200,6 @@ copycheck( os.path.join(py37Path, "Lib/site-packages/PyQt5/Qt5/plugins/imageformats"), os.path.join(runtime, "PyQt5/Qt5/plugins"), ) -copycheck( - os.path.join( - py37Path, "Lib/site-packages/PyQt5/Qt5/plugins/platforms/qoffscreen.dll" - ), - os.path.join(runtime, "PyQt5/Qt5/plugins/platforms"), -) copycheck( os.path.join( py37Path, "Lib/site-packages/PyQt5/Qt5/plugins/platforms/qwindows.dll"