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;