|
56 | 56 | --exclude-module PySide6.QtWebEngineWidgets \ |
57 | 57 | DocViewerDesktop/main.py |
58 | 58 | else |
59 | | - pyinstaller --noconsole --name DocViewer --onefile ` |
60 | | - --icon="DocViewerDesktop/resources/icons_svg/doc_icon.ico" ` |
61 | | - --add-data "DocViewerDesktop/ui/dark-high-v0.qss;ui" ` |
62 | | - --add-data "DocViewerDesktop/resources/icons_svg/*;resources/icons_svg" ` |
63 | | - --hidden-import="ui.ui_utils" ` |
64 | | - --hidden-import="editor.editor_core" ` |
65 | | - --hidden-import="editor.actions.file_actions" ` |
66 | | - --hidden-import="editor.actions.edit_actions" ` |
67 | | - --exclude-module PySide6.Qt3DCore ` |
68 | | - --exclude-module PySide6.Qt3DRender ` |
69 | | - --exclude-module PySide6.Qt3DExtras ` |
70 | | - --exclude-module PySide6.QtDataVisualization ` |
71 | | - --exclude-module PySide6.QtCharts ` |
72 | | - --exclude-module PySide6.QtWebEngineWidgets ` |
| 59 | + pyinstaller --noconsole --name DocViewer --onefile \ |
| 60 | + --icon="DocViewerDesktop/resources/icons_svg/doc_icon.ico" \ |
| 61 | + --add-data "DocViewerDesktop/ui/dark-high-v0.qss;ui" \ |
| 62 | + --add-data "DocViewerDesktop/resources/icons_svg/*;resources/icons_svg" \ |
| 63 | + --hidden-import="ui.ui_utils" \ |
| 64 | + --hidden-import="editor.editor_core" \ |
| 65 | + --hidden-import="editor.actions.file_actions" \ |
| 66 | + --hidden-import="editor.actions.edit_actions" \ |
| 67 | + --exclude-module PySide6.Qt3DCore \ |
| 68 | + --exclude-module PySide6.Qt3DRender \ |
| 69 | + --exclude-module PySide6.Qt3DExtras \ |
| 70 | + --exclude-module PySide6.QtDataVisualization \ |
| 71 | + --exclude-module PySide6.QtCharts \ |
| 72 | + --exclude-module PySide6.QtWebEngineWidgets \ |
73 | 73 | DocViewerDesktop/main.py |
74 | 74 | fi |
75 | 75 | shell: bash |
|
0 commit comments