Skip to content

Commit cf04873

Browse files
authored
Update nuitka_build.py
1 parent 22c637e commit cf04873

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
@@ -125,8 +125,8 @@ def main():
125125

126126
# 添加主Python文件
127127
t_file = str(uuid.uuid4()) + ".py"
128-
shutil.copy(str(python_file), t_file)
129128
t_file_path = base_dir / t_file
129+
shutil.copy(str(python_file), t_file_path)
130130
cmd.append(str(t_file_path))
131131

132132
# 打印并执行命令

0 commit comments

Comments
 (0)