Skip to content

Commit ae7174b

Browse files
committed
ci: 更改打包配置
1 parent feb839e commit ae7174b

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

SimpleCutPy.spec

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ pyz = PYZ(a.pure)
1919
exe = EXE(
2020
pyz,
2121
a.scripts,
22+
a.binaries,
23+
a.datas,
2224
[],
23-
exclude_binaries=True,
25+
exclude_binaries=False,
2426
name='SimpleCutPy',
2527
debug=False,
2628
bootloader_ignore_signals=False,
@@ -33,12 +35,3 @@ exe = EXE(
3335
codesign_identity=None,
3436
entitlements_file=None,
3537
)
36-
coll = COLLECT(
37-
exe,
38-
a.binaries,
39-
a.datas,
40-
strip=False,
41-
upx=True,
42-
upx_exclude=[],
43-
name='SimpleCutPy',
44-
)

0 commit comments

Comments
 (0)