From d4e36aa185dee2951fe79eaf129a9beb9ee20700 Mon Sep 17 00:00:00 2001 From: ws3917 Date: Thu, 17 Apr 2025 21:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=9F=E8=B1=86=E8=BF=98=E6=98=AF=E6=B2=B9?= =?UTF-8?q?=E7=82=B8=E5=A5=BD=E5=90=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- translate/import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translate/import.py b/translate/import.py index 56b0d92..3b20523 100644 --- a/translate/import.py +++ b/translate/import.py @@ -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")