|
@@ -14,7 +14,7 @@ files = [
|
14
|
14
|
("Front/back", "Front/back"), # 整个back目录
|
15
|
15
|
("Front/modules", "Front/modules"),
|
16
|
16
|
("Front/widgets", "Front/widgets"),
|
17
|
|
- ("SQL", "SQL")
|
|
17
|
+ ("Front/SQL", "Front/SQL")
|
18
|
18
|
]
|
19
|
19
|
|
20
|
20
|
# 添加所有需要包含的隐藏导入
|
|
@@ -50,7 +50,7 @@ options = {
|
50
|
50
|
'excludes': ['tkinter'],
|
51
|
51
|
'include_msvcr': True,
|
52
|
52
|
'path': [project_root] + sys.path,
|
53
|
|
- 'build_exe': 'build/exe.win-amd64-3.12' # 指定构建目录
|
|
53
|
+ 'build_exe': 'build/ControlNetwork' # 指定构建目录
|
54
|
54
|
}
|
55
|
55
|
}
|
56
|
56
|
|