We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277f04f commit c853f91Copy full SHA for c853f91
.github/workflows/pyinstaller.yml
@@ -32,6 +32,9 @@ jobs:
32
--exclude-module tkinter
33
--exclude-module unittest
34
--exclude-module pydoc
35
+ --exclude-module multiprocessing
36
+ --exclude-module curses
37
+ --exclude-module lib2to3
38
--exclude-module PySide6.QtQml
39
--exclude-module PySide6.QtQuick
40
--exclude-module PySide6.QtQuickControls2
@@ -77,6 +80,8 @@ jobs:
77
80
78
81
79
82
83
84
85
86
87
0 commit comments