File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 6262 cache : pip
6363 - name : Install Dependencies
6464 run : pip install -e .[build_app]
65+ - name : Remove unused Qt files
66+ run : |
67+ mv $pythonLocation/lib/site-packages/PyQt6/Qt6/bin $pythonLocation/lib/site-packages/PyQt6/Qt6/bin_
68+ mkdir $pythonLocation/lib/site-packages/PyQt6/Qt6/bin
69+ mv $pythonLocation/lib/site-packages/PyQt6/Qt6/bin_/Qt6Core.dll $pythonLocation/lib/site-packages/PyQt6/Qt6/bin
70+ mv $pythonLocation/lib/site-packages/PyQt6/Qt6/bin_/Qt6Widgets.dll $pythonLocation/lib/site-packages/PyQt6/Qt6/bin
71+ mv $pythonLocation/lib/site-packages/PyQt6/Qt6/bin_/Qt6Gui.dll $pythonLocation/lib/site-packages/PyQt6/Qt6/bin
72+ mv $pythonLocation/lib/site-packages/PyQt6/Qt6/translations $pythonLocation/lib/site-packages/PyQt6/Qt6/translations_
6573 - name : Package Application
6674 run : >-
6775 pyinstaller
You can’t perform that action at this time.
0 commit comments