We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a386b commit 5a58b2eCopy full SHA for 5a58b2e
1 file changed
main.spec
@@ -3,7 +3,10 @@
3
a = Analysis(
4
['main.py'],
5
pathex=[],
6
- binaries=[('C:\\Users\\Nikoloz\\AppData\\Local\\Programs\\Python\\Python314\\Lib\\site-packages\\PyQt6\\Qt6\\bin\\*.dll', '.')],
+ binaries=[
7
+ ('C:\\Users\\Nikoloz\\AppData\\Local\\Programs\\Python\\Python314\\Lib\\site-packages\\PyQt6\\Qt6\\bin\\*.dll', '.'),
8
+ ('*.dll', '.')
9
+ ],
10
datas=[
11
('assets', 'assets'),
12
('fonts', 'fonts'),
0 commit comments