mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-08 18:58:59 -05:00
Explicitly exclude top-level folders from cx_Freeze build
This commit is contained in:
parent
aff969ee09
commit
9079dee4e3
@ -166,6 +166,9 @@ setup(
|
|||||||
"PySide2.QtWidgets",
|
"PySide2.QtWidgets",
|
||||||
],
|
],
|
||||||
"excludes": [
|
"excludes": [
|
||||||
|
"package",
|
||||||
|
"screenshots",
|
||||||
|
"scripts",
|
||||||
"test",
|
"test",
|
||||||
"tkinter",
|
"tkinter",
|
||||||
"PySide2.Qt3DAnimation",
|
"PySide2.Qt3DAnimation",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user