File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,6 +197,9 @@ jobs:
197197 cp /c/Windows/System32/msvcp140_2.dll dist/
198198 cp /c/Windows/System32/vcruntime140_1.dll dist/
199199
200+ # Removing all unused DLLs
201+ rm -rf dist/generic dist/iconengines dist/imageformats dist/networkinformation dist/qmltooling dist/tls dist/Qt6LabsFolderListModel.dll dist/Qt6QuickControls2BasicStyleImpl.dll dist/Qt6QuickControls2FluentWinUI3StyleImpl.dll dist/Qt6QuickControls2Imagine.dll dist/Qt6QuickControls2ImagineStyleImpl.dll dist/Qt6QuickControls2Material.dll dist/Qt6QuickControls2MaterialStyleImpl.dll dist/Qt6QuickControls2Universal.dll dist/Qt6QuickControls2UniversalStyleImpl.dll dist/Qt6QuickControls2WindowsStyleImpl.dll dist/Qt6QuickEffects.dll dist/Qt6QuickShapes.dll dist/Qt6Svg.dll
202+
200203 - name : Deploy Qt Dependencies (macOS)
201204 if : runner.os == 'macOS' && matrix.gui != ''
202205 run : |
@@ -232,7 +235,7 @@ jobs:
232235
233236 # The AppImage will already contain the license file
234237 rm -rf dist && mkdir -p dist
235- mv *.AppImage dist/packobf-gui-${{ matrix.artifact }} 2>/dev/null || true
238+ mv *.AppImage dist/packobf-gui-${{ matrix.artifact }}
236239
237240 - name : Upload GUI Executable
238241 if : matrix.gui != ''
You can’t perform that action at this time.
0 commit comments