File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,6 @@ jobs:
135135 curl -L -o "__qt__.7z" "https://github.com/crystalidea/qt6windows7/releases/download/v${{env.QT_VERSION_VPKEDIT}}/qt6_x64_to_run_on_windows7.7z"
136136 7z x __qt__.7z -o__qt__ -y
137137 REM Overwrite the already copied binaries for standalone version
138- copy /Y __qt__\imageformats\qjpeg.dll imageformats\qjpeg.dll
139- copy /Y __qt__\imageformats\qtga.dll imageformats\qtga.dll
140138 copy /Y __qt__\imageformats\qwebp.dll imageformats\qwebp.dll
141139 copy /Y __qt__\platforms\qwindows.dll platforms\qwindows.dll
142140 copy /Y __qt__\styles\qwindowsvistastyle.dll styles\qwindowsvistastyle.dll
@@ -147,8 +145,6 @@ jobs:
147145 copy /Y __qt__\Qt6OpenGLWidgets.dll Qt6OpenGLWidgets.dll
148146 copy /Y __qt__\Qt6Widgets.dll Qt6Widgets.dll
149147 REM Overwrite the source of the binaries for installer version
150- copy /Y __qt__\imageformats\qjpeg.dll "${{github.workspace}}\qt\Qt\${{env.QT_VERSION_VPKEDIT}}\msvc2019_64\plugins\imageformats\qjpeg.dll"
151- copy /Y __qt__\imageformats\qtga.dll "${{github.workspace}}\qt\Qt\${{env.QT_VERSION_VPKEDIT}}\msvc2019_64\plugins\imageformats\qtga.dll"
152148 copy /Y __qt__\imageformats\qwebp.dll "${{github.workspace}}\qt\Qt\${{env.QT_VERSION_VPKEDIT}}\msvc2019_64\plugins\imageformats\qwebp.dll"
153149 copy /Y __qt__\platforms\qwindows.dll "${{github.workspace}}\qt\Qt\${{env.QT_VERSION_VPKEDIT}}\msvc2019_64\plugins\platforms\qwindows.dll"
154150 copy /Y __qt__\styles\qwindowsvistastyle.dll "${{github.workspace}}\qt\Qt\${{env.QT_VERSION_VPKEDIT}}\msvc2019_64\plugins\styles\qwindowsvistastyle.dll"
You can’t perform that action at this time.
0 commit comments