Skip to content

Commit c165072

Browse files
authored
Update nuitka_build.py
1 parent cf6b53d commit c165072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/nuitka_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def main():
112112
else:
113113
if use_upx:
114114
if upx_dir.exists():
115-
cmd.addpend('--plugin-enable=upx')
115+
cmd.append('--plugin-enable=upx')
116116
cmd.extend(['--upx-binary', str(upx_dir)])
117117
print(f"使用UPX压缩: {upx_dir}")
118118
else:

0 commit comments

Comments
 (0)