土豆还是油炸好吃

This commit is contained in:
ws3917 2025-04-17 21:49:59 +08:00
parent 49e729a932
commit d4e36aa185

View File

@ -29,4 +29,4 @@ for lua_file in src_text_path.glob("*.lua"):
# 打包游戏
os.chdir("..")
# 记得定期改版本号
os.system(f"7z a -tzip 'translate/gamebuild/Petrichor-V1.love' ./ -xr!translate")
os.system(f"7z a -tzip translate/gamebuild/Petrichor-V1.love ./ -xr!translate")