Skip to content

Commit

Permalink
修复错误文件名
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed Jun 29, 2024
1 parent 15c45ee commit bd76fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def build(filepath):
shutil.move(os.path.join(os.getcwd(), "build", f), os.path.join(os.getcwd(), "dist", f))


build("main/main.py")
build("gui/main.py")

# 傻逼
# 狗屎代碼

0 comments on commit bd76fa6

Please sign in to comment.