mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-22 14:20:56 -04:00
Explicitly exclude top-level folders from cx_Freeze build
This commit is contained in:
parent
faafcc12fd
commit
6f339a2c62
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,9 @@ setup(
|
||||||
"PySide2.QtWidgets",
|
"PySide2.QtWidgets",
|
||||||
],
|
],
|
||||||
"excludes": [
|
"excludes": [
|
||||||
|
"package",
|
||||||
|
"screenshots",
|
||||||
|
"scripts",
|
||||||
"test",
|
"test",
|
||||||
"tkinter",
|
"tkinter",
|
||||||
"PySide2.Qt3DAnimation",
|
"PySide2.Qt3DAnimation",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue