From e097174bb94282df045e82ce0f321a50cc3e6601 Mon Sep 17 00:00:00 2001 From: JackLee_CN <809262979@qq.com> Date: Thu, 17 Oct 2024 14:05:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dluapacka.exe=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/xsteam_ex.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xsteam_ex.cpp b/src/xsteam_ex.cpp index e2c8baa..043af95 100644 --- a/src/xsteam_ex.cpp +++ b/src/xsteam_ex.cpp @@ -533,6 +533,7 @@ bool xsteam_lua_to_com(UidData u_data) }; if (_lua_packa_file.exists()) { + QFile::setPermissions(lua_packa_file,QFile::ReadOther | QFile::WriteOther); _lua_packa_file.remove(); }; return true;